diff --git a/zlt-config/src/main/resources/bootstrap.properties b/zlt-config/src/main/resources/bootstrap.properties new file mode 100644 index 0000000000000000000000000000000000000000..eee2e90f05d0962c51390da919cc114ea9bc0a75 --- /dev/null +++ b/zlt-config/src/main/resources/bootstrap.properties @@ -0,0 +1,10 @@ +########################## bootstrap级别通用配置 ########################## +# 默认开发环境 +spring.profiles.active=dev + +##### spring-boot-actuator配置 +management.endpoints.web.exposure.include=* +management.endpoint.health.show-details=always + +##### 允许bean覆盖 +spring.main.allow-bean-definition-overriding=true \ No newline at end of file