config(application): 重命名测试配置文件并调整端口
- 将 application-test.yml 重命名为 application-cms.yml - 将服务器端口从 9300 修改为 9100 - 在 ShopDealerReferee 实体类中为 source 和 scene 字段添加 @TableField(exist = false) 注解 - 移除 ShopDealerUserController 中 save 方法的权限验证注解和操作日志注解
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
# 服务器配置
|
||||
server:
|
||||
port: 9300
|
||||
port: 9100
|
||||
|
||||
# 数据源配置
|
||||
spring:
|
||||
Reference in New Issue
Block a user