From f78656b3aff688567b0e8ff2e83646014ec098eb Mon Sep 17 00:00:00 2001 From: ny <9623679+cy_lzc_admin@user.noreply.gitee.com> Date: 星期四, 12 十二月 2024 15:32:27 +0800 Subject: [PATCH] 物料业务数据分发功能更新 --- src/main/resources/application.properties | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 75f57ff..129dea5 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -28,10 +28,10 @@ #娉ㄦ剰涓枃涔辩爜 -spring.datasource.url=jdbc:mysql://localhost:3306/quartz?characterEncoding=utf-8&useSSL=false&serverTimezone=UTC -spring.datasource.username=root -spring.datasource.password=123456 -spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver +spring.datasource.url=jdbc:mysql://10.240.10.41:3306/quartz?characterEncoding=utf-8&useSSL=false&serverTimezone=UTC +spring.datasource.username=quartz +spring.datasource.password=tianheng.mysql +spring.datasource.driver-class-name=com.mysql.jdbc.Driver # Specify the DBMS spring.jpa.database = MYSQL # Show or not log for each sql query -- Gitblit v1.8.0