老师按照你的maven配置 我的idea 提示有很多包冲突,导致我写代码的时候必须add to classpath。

来源:2-2 代码结构介绍

kkloveit

2017-12-29

这个不是自动管理包的版本么

<dependency>
   <groupId>io.spring.platform</groupId>
   <artifactId>platform-bom</artifactId>
   <version>Brussels-SR6</version>
   <type>pom</type>
   <scope>import</scope>
</dependency>
<dependency>
   <groupId>org.springframework.cloud</groupId>
   <artifactId>spring-cloud-dependencies</artifactId>
   <version>Edgware.RELEASE</version>
   <type>pom</type>
   <scope>import</scope>
</dependency>

写回答

1回答

JoJo

2017-12-30

https://github.com/jojozhai/security 最终的代码,每个章节都有feature分支,用我的代码试下。

0
1
kkloveit
好的 谢谢老师
2018-01-01
共1条回复

Spring Security技术栈开发企业级认证与授权

Spring Security技术栈,REST风格开发常见接口,独立开发认证授权模块保证REST服务安全

2662 学习 · 1561 问题

查看课程