Skip to content

Commit

Permalink
🎉 spring-boot-demo-rbac-shiro 初始化
Browse files Browse the repository at this point in the history
  • Loading branch information
xkcoding committed Dec 26, 2018
1 parent f583b27 commit 9dfde8d
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions spring-boot-demo-rbac-shiro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>com.xkcoding</groupId>
<artifactId>spring-boot-demo-rbac-shiro</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>jar</packaging>
Expand All @@ -12,10 +11,9 @@
<description>Demo project for Spring Boot</description>

<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.1.1.RELEASE</version>
<relativePath/> <!-- lookup parent from repository -->
<groupId>com.xkcoding</groupId>
<artifactId>spring-boot-demo</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>

<properties>
Expand All @@ -38,6 +36,7 @@
</dependencies>

<build>
<finalName>spring-boot-demo-rbac-shiro</finalName>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
Expand All @@ -46,5 +45,4 @@
</plugins>
</build>


</project>

0 comments on commit 9dfde8d

Please sign in to comment.