From 23388eff6b21976428c114a2f850af76c88d7d74 Mon Sep 17 00:00:00 2001 From: Chopper Date: Wed, 30 Jun 2021 14:53:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7=E9=A1=B9=E7=9B=AE=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/pom.xml | 2 +- buyer-api/pom.xml | 2 +- common-api/pom.xml | 2 +- config/application.yml | 8 ++++---- consumer/pom.xml | 2 +- framework/pom.xml | 2 +- manager-api/pom.xml | 2 +- pom.xml | 4 ++-- seller-api/pom.xml | 2 +- 9 files changed, 13 insertions(+), 13 deletions(-) diff --git a/admin/pom.xml b/admin/pom.xml index e188f455..e2b538db 100644 --- a/admin/pom.xml +++ b/admin/pom.xml @@ -6,7 +6,7 @@ cn.lili lili-shop-parent - 1.0.1 + 4.2.0 admin diff --git a/buyer-api/pom.xml b/buyer-api/pom.xml index 7499e497..59b2d693 100644 --- a/buyer-api/pom.xml +++ b/buyer-api/pom.xml @@ -10,7 +10,7 @@ cn.lili lili-shop-parent - 1.0.1 + 4.2.0 diff --git a/common-api/pom.xml b/common-api/pom.xml index 4e5c7d8d..510c6865 100644 --- a/common-api/pom.xml +++ b/common-api/pom.xml @@ -7,7 +7,7 @@ cn.lili lili-shop-parent - 1.0.1 + 4.2.0 cn.lili diff --git a/config/application.yml b/config/application.yml index 5a9316c8..0e645d6b 100644 --- a/config/application.yml +++ b/config/application.yml @@ -77,7 +77,7 @@ spring: default-datasource: type: com.alibaba.druid.pool.DruidDataSource driverClassName: com.mysql.cj.jdbc.Driver - url: jdbc:mysql://192.168.0.116:3306/Bulbasaur?useUnicode=true&characterEncoding=utf-8&useSSL=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai + url: jdbc:mysql://192.168.0.116:3306/lilishop?useUnicode=true&characterEncoding=utf-8&useSSL=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai username: root password: lilishop maxActive: 20 @@ -194,9 +194,9 @@ logging: # 输出级别 level: cn.lili: info - # org.hibernate: debug - # org.springframework: debug - # org.springframework.data.mongodb.core: debug + org.hibernate: debug + org.springframework: debug + org.springframework.data.mongodb.core: debug file: # 指定路径 path: lili-logs diff --git a/consumer/pom.xml b/consumer/pom.xml index dd25a81b..da93e1f6 100644 --- a/consumer/pom.xml +++ b/consumer/pom.xml @@ -8,7 +8,7 @@ cn.lili lili-shop-parent - 1.0.1 + 4.2.0 diff --git a/framework/pom.xml b/framework/pom.xml index 4873ab05..ba3991db 100644 --- a/framework/pom.xml +++ b/framework/pom.xml @@ -7,7 +7,7 @@ cn.lili lili-shop-parent - 1.0.1 + 4.2.0 framework diff --git a/manager-api/pom.xml b/manager-api/pom.xml index bf583500..6aefa5f4 100644 --- a/manager-api/pom.xml +++ b/manager-api/pom.xml @@ -8,7 +8,7 @@ cn.lili lili-shop-parent - 1.0.1 + 4.2.0 diff --git a/pom.xml b/pom.xml index 44ab8a88..c40ec9a4 100644 --- a/pom.xml +++ b/pom.xml @@ -12,11 +12,11 @@ cn.lili lili-shop-parent - 1.0.1 + 4.2.0 registry.cn-beijing.aliyuncs.com/lili-images - 0.0.5 + 0.0.1 framework diff --git a/seller-api/pom.xml b/seller-api/pom.xml index 934079d4..946b6eb2 100644 --- a/seller-api/pom.xml +++ b/seller-api/pom.xml @@ -8,7 +8,7 @@ cn.lili lili-shop-parent - 1.0.1 + 4.2.0