宇同配置文件

This commit is contained in:
yuqh 2025-08-14 10:38:44 +08:00
parent b7bc8929de
commit 8894744c6c
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
server:
port: 10086
port: 9990
servlet:
context-path: /kangarooDataCenterV3
localIP: 127.0.0.1
@ -93,7 +93,7 @@ mybatis-plus:
db-config:
id-type: auto # 主键策略
zt:
url: http://127.0.0.1:10086/kangarooDataCenterV3/entranceController/externalCallInterface
url: http://127.0.0.1:9990/kangarooDataCenterV3/entranceController/externalCallInterface
#JimuReport[minidao配置]
minidao :
base-package: org.jeecg.modules.jmreport.desreport.dao*