引入权限依赖

This commit is contained in:
tianliyong 2022-12-02 17:27:41 +08:00
parent 68fa1a126f
commit b1b1ac0c3e

View File

@ -16,6 +16,10 @@
<groupId>cn.axzo.framework</groupId> <groupId>cn.axzo.framework</groupId>
<artifactId>axzo-common</artifactId> <artifactId>axzo-common</artifactId>
</dependency> </dependency>
<dependency>
<groupId>cn.axzo.framework</groupId>
<artifactId>axzo-auth-spring-boot-starter</artifactId>
</dependency>
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-aop</artifactId> <artifactId>spring-boot-starter-aop</artifactId>