From 965a994c0fe4c59a72638a6a4f1bb28dfd66f655 Mon Sep 17 00:00:00 2001
From: zhaowenxuan <chacca165@163.com>
Date: 星期二, 17 十二月 2024 20:06:25 +0800
Subject: [PATCH] 20241217

---
 src/main/resources/application.yaml |   15 +++++++--------
 1 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/src/main/resources/application.yaml b/src/main/resources/application.yaml
index 96c4cfb..1d780c2 100644
--- a/src/main/resources/application.yaml
+++ b/src/main/resources/application.yaml
@@ -1,3 +1,8 @@
+server:
+  port: 14765
+  servlet:
+    context-path: /
+
 mybatis-plus:
   # 鎼滅储鎸囧畾鍖呭埆鍚�
   typeAliasesPackage: com.example.domain
@@ -9,15 +14,12 @@
       logic-delete-value: 1
       update-strategy: not_null
 spring:
+  profiles:
+    active: win
   datasource:
     type: com.alibaba.druid.pool.DruidDataSource
     driverClassName: com.mysql.cj.jdbc.Driver
     druid:
-      # 涓诲簱鏁版嵁婧�
-      master:
-        url: jdbc:mysql://101.42.27.146:3306/ltkj_tj1.0?serverTimezone=GMT%2B8
-        username: root
-        password: Root_ltkj123
       # 鍒濆杩炴帴鏁�
       initialSize: 5
       # 鏈�灏忚繛鎺ユ睜鏁伴噺
@@ -57,6 +59,3 @@
         wall:
           config:
             multi-statement-allow: true
-config:
-  path: D:\ltkjprojectconf\config.properties
-  dir: D:\ltkjprojectconf

--
Gitblit v1.8.0