随笔分类 - 配置文件
摘要:<build> <plugins> <!-- tomcat7插件 --> <plugin> <groupId>org.apache.tomcat.maven</groupId> <artifactId>tomcat7-maven-plugin</artifactId> <version>2.2</v
阅读全文
摘要:配置文件模板: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE generatorConfiguration PUBLIC "-//mybatis.org//DTD MyBatis Generator Configuration 1.0//EN" "
阅读全文
摘要:mybatis-config.xml配置文件内容如下: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE configuration PUBLIC "-//mybatis.org//DTD Config 3.0//EN" "http://mybatis
阅读全文
摘要:配置文件: <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-in
阅读全文
摘要:配置文件内容如下: <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:context="http://www.springframework.
阅读全文
摘要:applicationContext-dao.xml配置文件内容如下: <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http:
阅读全文
摘要:web.xml内容如下: <?xml version="1.0" encoding="UTF-8"?> <web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-in
阅读全文
posted @ 2019-11-06 13:11
youngyajun
摘要:<properties> <org.springframework.version>4.3.19.RELEASE</org.springframework.version> <commons-logging.version>1.2</commons-logging.version> <junit.version>4.12</junit.version> </properties> <depende
阅读全文
posted @ 2019-09-28 16:34
youngyajun
摘要:springboot目录结构: maven资源拷贝配置(pom.xml) <build> <plugins> <!-- 资源文件拷贝插件 --> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-resour
阅读全文
posted @ 2019-08-30 22:03
youngyajun
摘要:spring-mvc.xml配置文件内容如下: <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org
阅读全文
浙公网安备 33010602011771号