From ef81a5cbfbb98974ed1ba54d0e47b7e74a9b96b9 Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期四, 06 六月 2024 15:33:55 +0800 Subject: [PATCH] 代码提交 --- ruoyi-admin/src/main/resources/application.yml | 22 +++++++++++++--------- 1 files changed, 13 insertions(+), 9 deletions(-) diff --git a/ruoyi-admin/src/main/resources/application.yml b/ruoyi-admin/src/main/resources/application.yml index eee2def..58c43e9 100644 --- a/ruoyi-admin/src/main/resources/application.yml +++ b/ruoyi-admin/src/main/resources/application.yml @@ -1,7 +1,7 @@ # 椤圭洰鐩稿叧閰嶇疆 ruoyi: # 鍚嶇О - name: RuoYi + name: lihu # 鐗堟湰 version: 3.8.5 # 鐗堟潈骞翠唤 @@ -18,7 +18,7 @@ # 寮�鍙戠幆澧冮厤缃� server: # 鏈嶅姟鍣ㄧ殑HTTP绔彛锛岄粯璁や负8080 - port: 8181 + port: 8089 servlet: # 搴旂敤鐨勮闂矾寰� context-path: / @@ -35,6 +35,8 @@ # 鏃ュ織閰嶇疆 logging: + # 鏃ュ織璺緞 绀轰緥锛� Windows閰嶇疆D:/ruoyi/logs锛孡inux閰嶇疆 /home/ruoyi/logs,涓嶅~鍚岀骇鐩綍logs锛� + path: D:/ruoyi/ls/logs level: com.ruoyi: debug org.springframework: warn @@ -69,13 +71,13 @@ enabled: true # redis 閰嶇疆 redis: - # 鍦板潃 - host: 127.0.0.1 - # 绔彛锛岄粯璁や负6379 -# port: 6379 -# # 鍦板潃 -# host: 116.62.18.175 -# # 绔彛锛岄粯璁や负6379 + # # 鍦板潃锛堜箟涔屼簩闄級 + # host: 127.0.0.1 + # port: 6020 + + + # 鍦板潃锛堝叕鍙革級 + host: 116.62.18.175 port: 6020 # 鏁版嵁搴撶储寮� database: 0 @@ -120,6 +122,8 @@ mapperLocations: classpath*:mapper/**/*Mapper.xml # 鍔犺浇鍏ㄥ眬鐨勯厤缃枃浠� configLocation: classpath:mybatis/mybatis-config.xml + configuration: + log-impl: org.apache.ibatis.logging.stdout.StdOutImpl # PageHelper鍒嗛〉鎻掍欢 pagehelper: -- Gitblit v1.9.3