|
|
@@ -1,23 +0,0 @@
|
|
|
-server:
|
|
|
- # 服务器的HTTP端口,默认为8080
|
|
|
- port: 8005
|
|
|
-# Spring配置
|
|
|
-spring:
|
|
|
- main:
|
|
|
- allow-bean-definition-overriding: true
|
|
|
- profiles:
|
|
|
-# active: dev-test
|
|
|
-# active: druid-hdt
|
|
|
-# active: druid-yzt
|
|
|
-# active: druid-sxjz-test
|
|
|
-# active: druid-sft
|
|
|
-# active: druid-fby
|
|
|
- active: dev,admin
|
|
|
- include: common,config-dev
|
|
|
-
|
|
|
-# SaaS 模式下定时任务:仅注册租户任务分发器,由分发器每分钟按租户切库执行各租户 sys_job(需主库有 tenant_info)
|
|
|
-saas:
|
|
|
- quartz:
|
|
|
- tenant-dispatcher-only: true
|
|
|
- dispatcher-cron: "0 * * * * ?"
|
|
|
-
|