2019年12月18日
摘要:
<?xml version="1.0" encoding="UTF-8"?><web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xsi:sch
阅读全文
posted @ 2019-12-18 13:21
李俊互联网技术传播者
阅读(127)
推荐(0)
摘要:
<properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <maven.compiler.source>1.7</maven.compiler.source> <maven.compiler.tar
阅读全文
posted @ 2019-12-18 13:20
李俊互联网技术传播者
阅读(121)
推荐(0)
2019年12月13日
摘要:
<dependencies> <dependency> <groupId>com.github.pagehelper</groupId> <artifactId>pagehelper</artifactId> </dependency> <!-- Mybatis --> <dependency> <
阅读全文
posted @ 2019-12-13 13:11
李俊互联网技术传播者
阅读(679)
推荐(0)
摘要:
<!-- 集中定义依赖版本号 --> <properties> <junit.version>4.12</junit.version> <spring.version>4.2.4.RELEASE</spring.version> <pagehelper.version>4.0.0</pagehelp
阅读全文
posted @ 2019-12-13 13:07
李俊互联网技术传播者
阅读(543)
推荐(0)
2019年12月12日
摘要:
<?xml version="1.0" encoding="UTF-8"?><beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
阅读全文
posted @ 2019-12-12 16:05
李俊互联网技术传播者
阅读(224)
推荐(0)
摘要:
<properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <maven.compiler.source>1.7</maven.compiler.source> <maven.compiler.tar
阅读全文
posted @ 2019-12-12 16:04
李俊互联网技术传播者
阅读(406)
推荐(0)
摘要:
<?xml version="1.0" encoding="UTF-8"?><web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xsi:sch
阅读全文
posted @ 2019-12-12 16:04
李俊互联网技术传播者
阅读(836)
推荐(0)
摘要:
<?xml version="1.0" encoding="UTF-8"?><beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
阅读全文
posted @ 2019-12-12 16:03
李俊互联网技术传播者
阅读(208)
推荐(0)
摘要:
<?xml version="1.0" encoding="UTF-8"?><web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xsi:sch
阅读全文
posted @ 2019-12-12 16:02
李俊互联网技术传播者
阅读(222)
推荐(0)
摘要:
<properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <maven.compiler.source>1.7</maven.compiler.source> <maven.compiler.tar
阅读全文
posted @ 2019-12-12 16:01
李俊互联网技术传播者
阅读(232)
推荐(0)