From 1c06d52b19fd12be93ba6994a60202083517209f Mon Sep 17 00:00:00 2001 From: Vincent <19330835921@163.com> Date: Mon, 23 Jun 2025 12:13:43 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=80=82=E9=85=8D=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jeecg-module-custom/pom.xml | 2 +- jeecg-module-custom/src/main/resources/application.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/jeecg-module-custom/pom.xml b/jeecg-module-custom/pom.xml index fb5f9be..88372c0 100644 --- a/jeecg-module-custom/pom.xml +++ b/jeecg-module-custom/pom.xml @@ -89,7 +89,7 @@ org.springframework.boot spring-boot-maven-plugin - 3.4.4 + 2.7.18 diff --git a/jeecg-module-custom/src/main/resources/application.yml b/jeecg-module-custom/src/main/resources/application.yml index 56bb528..0653c3b 100644 --- a/jeecg-module-custom/src/main/resources/application.yml +++ b/jeecg-module-custom/src/main/resources/application.yml @@ -18,10 +18,10 @@ knife4j: locations: classpath:markdown/* spring: datasource: - url: jdbc:mysql://localhost:3306/ocr?useUnicode=true&nullCatalogMeansCurrent=true&characterEncoding=UTF-8&characterSetResults=utf8&serverTimezone=Asia/Shanghai&useSSL=false&allowPublicKeyRetrieval=true + url: jdbc:mysql://47.103.213.109:3308/ocr?useUnicode=true&nullCatalogMeansCurrent=true&characterEncoding=UTF-8&characterSetResults=utf8&serverTimezone=Asia/Shanghai&useSSL=false&allowPublicKeyRetrieval=true driver-class-name: com.mysql.cj.jdbc.Driver username: root - password: qwertyuiop[] + password: root type: com.alibaba.druid.pool.DruidDataSource druid: # 初始连接数