上一页 1 ··· 57 58 59 60 61 62 63 64 65 ··· 137 下一页
摘要: TestMapper.java package com.taotao.mapper; /** * 测试接口,查询当前的时间 */ public interface TestMapper { public String queryNow(); } TestMapper.xml <?xml versio 阅读全文
posted @ 2020-04-06 12:25 尐鱼儿 阅读(174) 评论(0) 推荐(0) 编辑
摘要: springmvc.xml <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLS 阅读全文
posted @ 2020-04-06 11:54 尐鱼儿 阅读(193) 评论(0) 推荐(0) 编辑
摘要: 整合后的结构: SqlMapConfig.xml <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE configuration PUBLIC "-//mybatis.org//DTD Config 3.0//EN" "http://mybatis.or 阅读全文
posted @ 2020-04-06 11:18 尐鱼儿 阅读(201) 评论(0) 推荐(0) 编辑
摘要: 先安装taotao-parent工程到本地仓库 再安装taotao-common工程到本地仓库 操作步骤如下: 1.先安装taotao-parent工程到本地仓库 执行成功提示 然后可以看到本地maven仓库中有taotao-parent生成 2.使用tomcat插件启动taotao-manager 阅读全文
posted @ 2020-04-05 17:32 尐鱼儿 阅读(350) 评论(0) 推荐(0) 编辑
摘要: 最好在聚合工程(taotao-manager)的pom.xml里配置tomcat的插件。避免出现,当聚合工程下的一个子工程运行需要依赖另一个子工程时,有子工程没有配置tomcat插件的情况出现。 <build> <plugins> <!-- 配置tomcat插件 --> <plugin> <grou 阅读全文
posted @ 2020-04-05 17:04 尐鱼儿 阅读(430) 评论(0) 推荐(0) 编辑
摘要: <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/P 阅读全文
posted @ 2020-04-05 16:56 尐鱼儿 阅读(122) 评论(0) 推荐(0) 编辑
摘要: 最常用的1、新建文件-输入"html:xt"后 按"Ctrl+E键"或 "tab键" ,可快速生成xhtml 1.0的模板2、新建文件-输入"html:5"后 按"Ctrl+E键"或 "tab键" ,可快速生成HTML5的模板3、新建文件-输入"!"后 按"Ctrl+E键"或 "tab键" ,可快速 阅读全文
posted @ 2020-04-05 16:46 尐鱼儿 阅读(181) 评论(0) 推荐(0) 编辑
摘要: taotao-manager-web/src/main/webapp/WEB-INF/web.xml <?xml version="1.0" encoding="UTF-8"?> <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instanc 阅读全文
posted @ 2020-04-05 16:41 尐鱼儿 阅读(162) 评论(0) 推荐(0) 编辑
摘要: <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/P 阅读全文
posted @ 2020-04-05 16:32 尐鱼儿 阅读(111) 评论(0) 推荐(0) 编辑
摘要: <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/P 阅读全文
posted @ 2020-04-05 16:19 尐鱼儿 阅读(140) 评论(0) 推荐(0) 编辑
上一页 1 ··· 57 58 59 60 61 62 63 64 65 ··· 137 下一页