摘要:
编辑 pom.xml,添加 spring-boot-starter-securtiy 依赖即可。添加后项目中所有的资源都会被保护起来。 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-s 阅读全文
摘要:
yml格式: spring: datasource: driver-class-name: com.mysql.jdbc.Driver url: jdbc:mysql://localhost:3306/rbac?useUnicode=true&characterEncoding=utf8&serve 阅读全文