From 8e6897d54300642f35827548eed664dd95df0834 Mon Sep 17 00:00:00 2001 From: liulin <lin.liu@88.com> Date: 星期四, 10 七月 2025 14:34:04 +0800 Subject: [PATCH] 初始化项目 --- src/main/resources/application-test.yml | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/main/resources/application-test.yml b/src/main/resources/application-test.yml index bc3ffa7..3bf196f 100644 --- a/src/main/resources/application-test.yml +++ b/src/main/resources/application-test.yml @@ -5,9 +5,10 @@ jackson: date-format: yyyy-MM-dd HH:mm:ss datasource: - url: jdbc:mysql://192.168.0.100:3306/gansu_water_system?useUnicode=true&characterEncoding=utf-8&serverTimezone=Asia/Shanghai&allowMultiQueries=true - username: root - password: lunhan.2023 + driver-class-name: org.postgresql.Driver + url: jdbc:postgresql://113.250.189.120:57654/gansu_water_system + username: lunhan + password: lunhan.20240330 druid: initial-size: 4 #连接池初始化大小 min-idle: 10 #最小空闲连接数 @@ -44,4 +45,4 @@ # quartz定时任务配置 quartz: # 是否启用 - enable: false \ No newline at end of file + enable: true \ No newline at end of file -- Gitblit v1.9.3