diff --git a/pom.xml b/pom.xml index 9b7e149..fc79f8d 100644 --- a/pom.xml +++ b/pom.xml @@ -34,6 +34,7 @@ spring-boot-demo-task-quartz spring-boot-demo-swagger spring-boot-demo-swagger-beauty + spring-boot-demo-rbac-security spring-boot-demo-war spring-boot-demo-elasticsearch spring-boot-demo-neo4j diff --git a/spring-boot-demo-rbac-security/pom.xml b/spring-boot-demo-rbac-security/pom.xml index b68d752..ef64e4a 100644 --- a/spring-boot-demo-rbac-security/pom.xml +++ b/spring-boot-demo-rbac-security/pom.xml @@ -3,7 +3,6 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - com.xkcoding spring-boot-demo-rbac-security 1.0.0-SNAPSHOT jar @@ -12,22 +11,49 @@ Demo project for Spring Boot - org.springframework.boot - spring-boot-starter-parent - 2.1.1.RELEASE - + com.xkcoding + spring-boot-demo + 1.0.0-SNAPSHOT UTF-8 UTF-8 1.8 + 0.9.1 org.springframework.boot - spring-boot-starter + spring-boot-starter-web + + + + org.springframework.boot + spring-boot-starter-security + + + + org.springframework.boot + spring-boot-starter-data-jpa + + + + org.springframework.boot + spring-boot-configuration-processor + true + + + + io.jsonwebtoken + jjwt + ${jjwt.veersion} + + + + mysql + mysql-connector-java @@ -35,9 +61,21 @@ spring-boot-starter-test test + + + cn.hutool + hutool-all + + + + org.projectlombok + lombok + true + + spring-boot-demo-rbac-security org.springframework.boot @@ -46,5 +84,4 @@ -