From 365fac8a2ac52c8a3f9601fdf30e537ef373e8df Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期四, 25 四月 2024 16:18:25 +0800
Subject: [PATCH] starter-http代码整理

---
 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