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-dev.yml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml
index f8718f9..c1c084c 100644
--- a/src/main/resources/application-dev.yml
+++ b/src/main/resources/application-dev.yml
@@ -1,12 +1,12 @@
 server:
-  port: 8088
+  port: 8041
 
 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: info
+    com.lunhan.water: info
 
 # mybatis-plus 配置:
 mybatis-plus:

--
Gitblit v1.9.3