From d98342b59ba2c159695de2eec3bfa6d7c845e7a4 Mon Sep 17 00:00:00 2001 From: Kris <2893855659@qq.com> Date: Fri, 25 Jul 2025 10:08:37 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90feat=E3=80=91=20=E5=9F=8E=E5=8D=9A?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=94=B9=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-dev.yml | 9 ++------- src/main/resources/application-prod.yml | 8 ++------ src/main/resources/application-test.yml | 9 ++------- 3 files changed, 6 insertions(+), 20 deletions(-) diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index 01834f6..f4f9bd3 100644 --- a/src/main/resources/application-dev.yml +++ b/src/main/resources/application-dev.yml @@ -2,15 +2,10 @@ spring: datasource: type: com.zaxxer.hikari.HikariDataSource driver-class-name: com.mysql.cj.jdbc.Driver - # 携科 - # url: jdbc:mysql://127.0.0.1:3306/xieke?useUnicode=true&allowPublicKeyRetrieval=true&characterEncoding=utf8&useSSL=false&serverTimezone=Asia/Shanghai - # username: root - # password: root - # cook - url: jdbc:mysql://127.0.0.1:3306/longten?useUnicode=true&allowPublicKeyRetrieval=true&characterEncoding=utf8&useSSL=false&serverTimezone=Asia/Shanghai + # 城博 + url: jdbc:mysql://127.0.0.1:3306/chengbo?useUnicode=true&allowPublicKeyRetrieval=true&characterEncoding=utf8&useSSL=false&serverTimezone=Asia/Shanghai username: root password: Celnet2025.QY - mail: host: smtp.163.com port: 465 diff --git a/src/main/resources/application-prod.yml b/src/main/resources/application-prod.yml index 72d22a3..0928ae3 100644 --- a/src/main/resources/application-prod.yml +++ b/src/main/resources/application-prod.yml @@ -2,12 +2,8 @@ spring: datasource: type: com.zaxxer.hikari.HikariDataSource driver-class-name: com.mysql.cj.jdbc.Driver - # 携科 -# url: jdbc:mysql://127.0.0.1:3306/xieke?useUnicode=true&allowPublicKeyRetrieval=true&characterEncoding=utf8&useSSL=false&serverTimezone=Asia/Shanghai -# username: root -# password: root - # cook - url: jdbc:mysql://127.0.0.1:3306/longten?useUnicode=true&allowPublicKeyRetrieval=true&characterEncoding=utf8&useSSL=false&serverTimezone=Asia/Shanghai + # 城博 + url: jdbc:mysql://127.0.0.1:3306/chengbo?useUnicode=true&allowPublicKeyRetrieval=true&characterEncoding=utf8&useSSL=false&serverTimezone=Asia/Shanghai username: root password: Celnet2025.QY mail: diff --git a/src/main/resources/application-test.yml b/src/main/resources/application-test.yml index 84002a0..2b00f68 100644 --- a/src/main/resources/application-test.yml +++ b/src/main/resources/application-test.yml @@ -2,15 +2,10 @@ spring: datasource: type: com.zaxxer.hikari.HikariDataSource driver-class-name: com.mysql.cj.jdbc.Driver - # 携科 - # url: jdbc:mysql://127.0.0.1:3306/xieke?useUnicode=true&allowPublicKeyRetrieval=true&characterEncoding=utf8&useSSL=false&serverTimezone=Asia/Shanghai - # username: root - # password: root - # cook - url: jdbc:mysql://127.0.0.1:3306/longten?useUnicode=true&allowPublicKeyRetrieval=true&characterEncoding=utf8&useSSL=false&serverTimezone=Asia/Shanghai + # 城博 + url: jdbc:mysql://127.0.0.1:3306/chengbo?useUnicode=true&allowPublicKeyRetrieval=true&characterEncoding=utf8&useSSL=false&serverTimezone=Asia/Shanghai username: root password: Celnet2025.QY - mail: host: smtp.163.com port: 465