♻️ ballcat-oauth 更名为 ballcat-auth,将授权相关代码剥离。方便后续将授权服务和 upms 资源服务分开独立部署

This commit is contained in:
b2baccline
2021-07-15 16:24:15 +08:00
parent 4ec7ad27cb
commit 0d07c53a28
32 changed files with 180 additions and 115 deletions

View File

@@ -292,15 +292,15 @@
<artifactId>ballcat-system-model</artifactId>
<version>${revision}</version>
</dependency>
<!-- oauth 授权模块 -->
<!-- auth 授权模块 -->
<dependency>
<groupId>com.hccake</groupId>
<artifactId>ballcat-oauth-controller</artifactId>
<artifactId>ballcat-auth-controller</artifactId>
<version>${revision}</version>
</dependency>
<dependency>
<groupId>com.hccake</groupId>
<artifactId>ballcat-oauth-biz</artifactId>
<artifactId>ballcat-auth-biz</artifactId>
<version>${revision}</version>
</dependency>
<!-- notify 通知模块 -->