改包名

This commit is contained in:
32503
2025-05-08 16:19:07 +08:00
parent 0551bbd5fe
commit ecd71a54ca
27 changed files with 104 additions and 559 deletions

View File

@ -113,13 +113,13 @@ mybatis-plus:
auto-mapping-behavior: full
# 这个配置会将执行的sql打印出来在开发或测试的时候可以用
#log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
mapper-locations: classpath*:com/chinaunicom/mall/ebtp/**/mapper/*Mapper.xml
mapper-locations: classpath*:com/coscoshipping/ebtp/**/mapper/*Mapper.xml
global-config:
# 逻辑删除配置
db-config:
logic-not-delete-value: normal # 逻辑删除标记:正常数据
logic-delete-value: deleted # 逻辑删除标记:已删除的数据
type-aliases-package: com.chinaunicom.mall.ebtp.project
type-aliases-package: com.coscoshipping.ebtp.project
hystrix:
command: