From cc0bdfb33ef638dfafe3185c92c7076d815e1c9b Mon Sep 17 00:00:00 2001 From: yangys <y_ys79@sina.com> Date: 星期六, 18 五月 2024 21:42:19 +0800 Subject: [PATCH] 代码优化 --- smart-man-boot/src/main/resources/templates/code.properties | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/smart-man-boot/src/main/resources/templates/code.properties b/smart-man-boot/src/main/resources/templates/code.properties index 3634692..963f115 100644 --- a/smart-man-boot/src/main/resources/templates/code.properties +++ b/smart-man-boot/src/main/resources/templates/code.properties @@ -1,5 +1,5 @@ spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver -spring.datasource.url=jdbc:mysql://localhost:3306/bladex_boot?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&tinyInt1isBit=false&serverTimezone=GMT%2B8&allowPublicKeyRetrieval=true +spring.datasource.url=jdbc:mysql://localhost:3306/blade_boot?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&tinyInt1isBit=false&serverTimezone=GMT%2B8&allowPublicKeyRetrieval=true spring.datasource.username=root -spring.datasource.password=root +spring.datasource.password=Kknd_1234 author=BladeX -- Gitblit v1.9.3