You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
spring:
|
|
|
|
|
application:
|
|
|
|
|
name: tenant-admin
|
|
|
|
|
profiles:
|
|
|
|
|
active: @profile.name@
|
|
|
|
|
main:
|
|
|
|
|
allow-bean-definition-overriding: true
|
|
|
|
|
allow-circular-references: true
|
|
|
|
|
autoconfigure:
|
|
|
|
|
exclude:
|
|
|
|
|
- org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration
|
|
|
|
|
- com.alibaba.druid.spring.boot.autoconfigure.DruidDataSourceAutoConfigure
|
|
|
|
|
config:
|
|
|
|
|
import:
|
|
|
|
|
- classpath:tenant-admin-dev.yml
|
|
|
|
|
- classpath:application-config.yml # 引入共享配置
|