2019年11月13日
摘要:
<?xml version="1.0" encoding="UTF-8"?><beans:beans xmlns="http://www.springframework.org/schema/security" xmlns:beans="http://www.springframework.org/
阅读全文
posted @ 2019-11-13 22:59
李俊互联网技术传播者
阅读(103)
推荐(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-11-13 22:58
李俊互联网技术传播者
阅读(94)
推荐(0)
摘要:
<dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.11</version> <scope>test</scope> </dependency> <depende
阅读全文
posted @ 2019-11-13 22:56
李俊互联网技术传播者
阅读(121)
推荐(0)
2019年11月10日
摘要:
<dependencies> <dependency> <groupId>com.github.pagehelper</groupId> <artifactId>pagehelper</artifactId> </dependency> <!-- Mybatis --> <dependency> <
阅读全文
posted @ 2019-11-10 23:41
李俊互联网技术传播者
阅读(429)
推荐(0)
摘要:
<dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.11</version> <scope>test</scope> </dependency> <!-- Spr
阅读全文
posted @ 2019-11-10 21:14
李俊互联网技术传播者
阅读(133)
推荐(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-11-10 19:42
李俊互联网技术传播者
阅读(177)
推荐(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-11-10 19:40
李俊互联网技术传播者
阅读(189)
推荐(0)
摘要:
<!-- 集中定义依赖版本号 --> <properties> <junit.version>4.12</junit.version> <spring.version>4.2.4.RELEASE</spring.version> <pagehelper.version>4.0.0</pagehelp
阅读全文
posted @ 2019-11-10 13:24
李俊互联网技术传播者
阅读(180)
推荐(0)
2019年11月8日
摘要:
<!-- Ribbon 相关依赖,eureka会自动引入Ribbon --> <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-netflix-eureka-clien
阅读全文
posted @ 2019-11-08 00:35
李俊互联网技术传播者
阅读(97)
推荐(0)
2019年11月7日
摘要:
<parent> <artifactId>microservice-cloud-01</artifactId> <groupId>com.mengxuegu.springcloud</groupId> <version>1.0-SNAPSHOT</version> <relativePath>../
阅读全文
posted @ 2019-11-07 13:28
李俊互联网技术传播者
阅读(394)
推荐(0)