From 4e9f960d4c00f64f21719c16d8cfdd63c7ba8d1f Mon Sep 17 00:00:00 2001 From: Alex HE <3479785008@qq.com> Date: Fri, 26 Jun 2020 09:13:28 +0800 Subject: [PATCH 1/2] Repair when docker compose up, docker_litemall service occurre log error, like this "The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server" (#407) Co-authored-by: hedc <3479785008h@gmail.com> --- docker/litemall/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/litemall/application.yml b/docker/litemall/application.yml index a28dd8b5..f5f797ae 100644 --- a/docker/litemall/application.yml +++ b/docker/litemall/application.yml @@ -5,7 +5,7 @@ spring: encoding: UTF-8 datasource: druid: - url: jdbc:mysql://mysql:3306/litemall?useUnicode=true&characterEncoding=UTF-8&serverTimezone=UTC&allowPublicKeyRetrieval=true&verifyServerCertificate=false&useSSL=false + url: jdbc:mysql://mysql:3306/litemall?useUnicode=true&characterEncoding=UTF-8&serverTimezone=UTC&allowPublicKeyRetrieval=true&verifyServerCertificate=false&useSSL=true driver-class-name: com.mysql.jdbc.Driver username: litemall password: litemall123456 From 04c716de0578cb123201376ed6243e65a02c77e0 Mon Sep 17 00:00:00 2001 From: Batur <9591690+Batur24@users.noreply.github.com> Date: Mon, 29 Jun 2020 15:39:55 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=94=B6=E8=B4=A7?= =?UTF-8?q?=E5=9C=B0=E5=9D=80=E9=A1=B5=E9=9D=A2=E5=AF=BC=E8=88=AA=E6=A0=8F?= =?UTF-8?q?=E9=87=8D=E5=A4=8D=20(#409)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- litemall-vue/src/views/user/module-address/index.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/litemall-vue/src/views/user/module-address/index.vue b/litemall-vue/src/views/user/module-address/index.vue index 33635c68..19e454cf 100755 --- a/litemall-vue/src/views/user/module-address/index.vue +++ b/litemall-vue/src/views/user/module-address/index.vue @@ -1,6 +1,5 @@