修改maven模块名称

This commit is contained in:
niudehua 2021-10-15 21:16:10 +08:00
parent ceef984d15
commit d194e14780
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
<artifactId>yudao-core-service</artifactId>
<packaging>jar</packaging>
<name>yudao-admin-server</name>
<name>yudao-core-service</name>
<description>
公共服务,通过 jar 包的方式,被 yudao-admin-server、yudao-user-service 使用。例如说:
1. 日志相关:访问日志、登录日志、异常日志等等

View File

@ -12,7 +12,7 @@
<artifactId>yudao-user-server</artifactId>
<packaging>jar</packaging>
<name>yudao-admin-server</name>
<name>yudao-user-server</name>
<description>用户前台 Server提供其 API 接口</description>
<url>https://github.com/YunaiV/ruoyi-vue-pro</url>