From 6cbeec5fa8e11547b1baec937575376b780aeb2e Mon Sep 17 00:00:00 2001 From: yangys <y_ys79@sina.com> Date: 星期二, 09 四月 2024 13:38:54 +0800 Subject: [PATCH] manboot能启动了 --- 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