From 964da2cddac64db309ee25a001f2f56607e8928d Mon Sep 17 00:00:00 2001 From: chenrui <1187576398@qq.com> Date: 星期一, 26 五月 2025 17:35:26 +0800 Subject: [PATCH] 基础配置修改 --- src/main/resources/application.yml | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 2154aae..2b60929 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -16,7 +16,7 @@ # 寮�鍙戠幆澧冮厤缃� server: # 鏈嶅姟鍣ㄧ殑HTTP绔彛锛岄粯璁や负8080 - port: 8080 + port: 7003 servlet: # 搴旂敤鐨勮闂矾寰� context-path: / @@ -34,7 +34,7 @@ # 鏃ュ織閰嶇疆 logging: level: - com.ruoyi: debug + com.ruoyi: warn org.springframework: warn # 鐢ㄦ埛閰嶇疆 @@ -68,13 +68,13 @@ # redis 閰嶇疆 redis: # 鍦板潃 - host: localhost + host: 127.0.0.1 # 绔彛锛岄粯璁や负6379 port: 6379 # 鏁版嵁搴撶储寮� database: 0 # 瀵嗙爜 - password: + password: root2022! # 杩炴帴瓒呮椂鏃堕棿 timeout: 10s lettuce: -- Gitblit v1.9.3