From 6addb74d323d8b81cd129b376f53f22b2881472e Mon Sep 17 00:00:00 2001 From: gaoxq <376340421@qq.com> Date: Thu, 2 Apr 2026 21:23:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=91=E6=96=87=E4=BB=B6=E7=B3=BB=E7=BB=9F?= =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 1 + src/main/resources/application.yml | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index feeb6b3..4ab0d4a 100644 --- a/pom.xml +++ b/pom.xml @@ -102,6 +102,7 @@ + systemFile org.springframework.boot diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 6bfdeaa..2158c74 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -1,11 +1,11 @@ server: - port: 8080 + port: 18080 spring: datasource: - url: jdbc:mysql://127.0.0.1:33069/prd?useUnicode=true&characterEncoding=utf-8&serverTimezone=Asia/Shanghai&createDatabaseIfNotExist=true - username: root - password: root_dream + url: jdbc:mysql://192.168.31.182:13306/system?useUnicode=true&characterEncoding=utf-8&serverTimezone=Asia/Shanghai&createDatabaseIfNotExist=true + username: dream + password: info_dream driver-class-name: com.mysql.cj.jdbc.Driver data: