From c311cb1a9ecad57ac15cca5ea4581f0aa2574762 Mon Sep 17 00:00:00 2001
From: liulin <lin.liu@88.com>
Date: 星期二, 01 七月 2025 15:23:51 +0800
Subject: [PATCH] 初始化项目

---
 src/main/resources/application-prod.yml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/resources/application-prod.yml b/src/main/resources/application-prod.yml
index d1c1444..8f66cf3 100644
--- a/src/main/resources/application-prod.yml
+++ b/src/main/resources/application-prod.yml
@@ -1,12 +1,12 @@
 server:
-  port: 8088
+  port: 9041
 
 spring:
   jackson:
     date-format: yyyy-MM-dd HH:mm:ss
   datasource:
     driver-class-name: org.postgresql.Driver
-    url: jdbc:postgresql://113.250.189.120:57654/test_db1
+    url: jdbc:postgresql://113.250.189.120:57654/water_ration_system
     username: lunhan
     password: lunhan.20240330
     druid:
@@ -34,7 +34,7 @@
     path: ./logs
   level:
     root: info
-    com.lunhan.xxx.host: debug
+    com.lunhan.water.host: debug
 
 # quartz定时任务配置
 quartz:

--
Gitblit v1.9.3