!44 增加 yudao-user-server 服务

Merge pull request !44 from 芋道源码/feature/user-admin-server
This commit is contained in:
芋道源码
2021-09-28 01:22:11 +00:00
committed by Gitee
56 changed files with 1691 additions and 26 deletions

View File

@ -19,7 +19,12 @@
<dependency>
<groupId>cn.iocoder.boot</groupId>
<artifactId>yudao-common</artifactId>
<version>${revision}</version>
</dependency>
<!-- Spring 核心 -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-aop</artifactId>
</dependency>
<!-- Web 相关 -->