From 3911536f257fedba3703ff0f78b31c1849d4869f Mon Sep 17 00:00:00 2001 From: 克 刘 <4345453@qq.com> Date: Wed, 25 Mar 2020 17:31:56 +0800 Subject: [PATCH] 1、优化DockerFile 中Docker容器所需字体 2、增加kidgrow-mqcenter-rabbit 项目 3、修改kidgrow-logcenter项目名 4、优化kidgrow-log-spring-boot-starter 扩展point 日志 5、完善kidgrow-config中fat、dev 环境application.properties 6、优化Docker基础容器,优化Docker容器中对于验证码所需字体 7、优化kidgrow-web-manager 增加zuul 网关URL配置 --- kidgrow-config/src/main/resources/bootstrap.properties | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/kidgrow-config/src/main/resources/bootstrap.properties b/kidgrow-config/src/main/resources/bootstrap.properties index 9eed521..971d7b5 100644 --- a/kidgrow-config/src/main/resources/bootstrap.properties +++ b/kidgrow-config/src/main/resources/bootstrap.properties @@ -1,6 +1,6 @@ ########################## bootstrap\u7EA7\u522B\u901A\u7528\u914D\u7F6E ########################## # \u9ED8\u8BA4\u5F00\u53D1\u73AF\u5883 -spring.profiles.active=dev +spring.profiles.active=fat ##### spring-boot-actuator\u914D\u7F6E management.endpoints.web.exposure.include=* -- Gitblit v1.8.0