chore: 修改配置文件
This commit is contained in:
parent
135c804703
commit
652277f3a5
|
@ -29,16 +29,17 @@ spring:
|
|||
- org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration
|
||||
cloud:
|
||||
nacos:
|
||||
server-addr: https://test.youshengyun.com:443
|
||||
username: nacos
|
||||
password: ${NACOS_PASSWORD:111111}
|
||||
config:
|
||||
enabled: false
|
||||
group: DEFAULT_GROUP
|
||||
#namespace: '4ff1fa77-622e-409c-b0ae-ff7d46e4d782'
|
||||
namespace: '6c9ebcb4-5ae0-46d0-bc2a-59ecc28b9abf'
|
||||
server-addr: https://dev.youshengyun.com:443
|
||||
username: nacos
|
||||
password: ${NACOS_PASSWORD:111111}
|
||||
namespace: test
|
||||
discovery:
|
||||
enabled: false
|
||||
group: DEFAULT_GROUP
|
||||
namespace: test
|
||||
config:
|
||||
import:
|
||||
- optional:nacos:code.yml
|
||||
|
@ -159,6 +160,9 @@ y9:
|
|||
packagesToScanEntityTenant: net.risesoft.entity
|
||||
packagesToScanRepositoryPublic: net.risesoft.y9public.repository
|
||||
packagesToScanRepositoryTenant: net.risesoft.repository
|
||||
multi-tenant:
|
||||
# kafka, db
|
||||
event-source: kafka
|
||||
log:
|
||||
enabled: true
|
||||
# kafka, api
|
||||
|
|
Loading…
Reference in New Issue