From b77444d17b5fcc41ebcdc08588b8b035b428b16b Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期三, 16 七月 2025 10:01:33 +0800
Subject: [PATCH] 修改mybatis.xml

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

diff --git a/se-system/src/main/resources/application-prod.yml b/se-system/src/main/resources/application-prod.yml
index eaa430f..22516ae 100644
--- a/se-system/src/main/resources/application-prod.yml
+++ b/se-system/src/main/resources/application-prod.yml
@@ -9,15 +9,13 @@
     context-path: /
 
 spring:
-  application:
-    name: se-system
   mvc:
     static-path-pattern: /static/**
   # redis
   redis:
     database: 0
-    host: 192.168.11.203
-    port: 6379
+    host: 127.0.0.1
+    port: 6369
     password: rediS_5L#F4_Server
     # 杩炴帴瓒呮椂鏃堕暱锛堟绉掞級
     timeout: 10000
@@ -51,9 +49,11 @@
   # datasource
   datasource:
     type: com.alibaba.druid.pool.DruidDataSource
-    url: jdbc:postgresql://192.168.11.203:5432/jhs?useAffectedRows=true
+    #url: jdbc:postgresql://192.168.11.205:5433/jhs?useAffectedRows=true
+    url: jdbc:postgresql://127.0.0.1:5433/jhs?useAffectedRows=true
     username: postgres
-    password: Postgres!_17_jHs
+    #password: Postgres!_14_Lf
+    password: postgres
     driver-class-name: org.postgresql.Driver
     platform: POSTGRESQL
     filters: stat,wall,log4j
@@ -85,8 +85,6 @@
 
 mybatis-plus:
   type-aliases-package: com.terra.system.entity
-  config-location: classpath:mybatis.xml
-  mapper-locations: classpath:mapper/**/*.xml
 
 # logging
 logging:

--
Gitblit v1.9.3