06 2022 档案
摘要:>Spring Security 是Spring 家族中的一个安全管理框架。相比与另外一个安全框架Shiro,它提供了更丰富的功能,社区资源也比Shiro丰富。一般来说中大型的项目都是使用SpringSecurity 来做安全框架。小项目有Shiro的比较多,因为相比与SpringSecurity
阅读全文
摘要:依赖包,但是像spring-web里面已经集成不需要额外添加 <!--全局排除spring-boot-starter-logging内的所有依赖--> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>sprin
阅读全文
摘要:> JDK以及相关配置参考 https://www.cnblogs.com/dlvguo/p/15598965.html Maven多模块项目打包 首先将根目录的pom设为, <packaging>pom</packaging> 其他子模块的pom打包方式设为, <packaging>jar</p
阅读全文
摘要:项目依赖 <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>2.6.7</version> <relativePath/>
阅读全文