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-demo/kidgrow-demo-product/src/main/resources/application.yml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/kidgrow-demo/kidgrow-demo-product/src/main/resources/application.yml b/kidgrow-demo/kidgrow-demo-product/src/main/resources/application.yml index bd9cd39..9ed8fe8 100644 --- a/kidgrow-demo/kidgrow-demo-product/src/main/resources/application.yml +++ b/kidgrow-demo/kidgrow-demo-product/src/main/resources/application.yml @@ -12,7 +12,7 @@ url: jdbc:mysql://${kidgrow.datasource.ip}:3306/demo_order?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false username: ${kidgrow.datasource.username} password: ${kidgrow.datasource.password} - driver-class-name: com.mysql.jdbc.Driver +# driver-class-name: com.mysql.jdbc.Driver type: com.alibaba.druid.pool.DruidDataSource druid: aop-patterns: com.kidgrow.order.controller.*,com.kidgrow.order.mapper.* -- Gitblit v1.8.0