From 22e1f7bcee44672a9cf7e13115bcac6404ea03be Mon Sep 17 00:00:00 2001
From: "Yangkai.Shen" <237497819@qq.com>
Date: Fri, 7 Dec 2018 17:42:24 +0800
Subject: [PATCH] =?UTF-8?q?:tada:=20spring-boot-demo-rbac-security=20?=
=?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pom.xml | 1 +
spring-boot-demo-rbac-security/pom.xml | 51 +++++++++++++++++++++++++++++-----
2 files changed, 45 insertions(+), 7 deletions(-)
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 @@
-