From aa2b64bd7fd77b065b08fee39521d772c0b39fa4 Mon Sep 17 00:00:00 2001 From: chenhj <chenhj@lunor.cn> Date: 星期日, 25 五月 2025 00:43:01 +0800 Subject: [PATCH] Merge pull request 'chen' (#8) from chen into master --- ruoyi-admin/src/main/resources/application.yml.example | 16 ++++++++++++---- 1 files changed, 12 insertions(+), 4 deletions(-) diff --git a/ruoyi-admin/src/main/resources/application.yml.example b/ruoyi-admin/src/main/resources/application.yml.example index 367b61c..a173945 100644 --- a/ruoyi-admin/src/main/resources/application.yml.example +++ b/ruoyi-admin/src/main/resources/application.yml.example @@ -7,7 +7,7 @@ # 鐗堟潈骞翠唤 copyrightYear: 2025 # 鏂囦欢璺緞 绀轰緥锛� Windows閰嶇疆D:/ruoyi/uploadPath锛孡inux閰嶇疆 /home/ruoyi/uploadPath锛� - profile: D:/ruoyi/uploadPath + profile: D:/Backup/妗岄潰/download # 鑾峰彇ip鍦板潃寮�鍏� addressEnabled: false # 楠岃瘉鐮佺被鍨� math 鏁板瓧璁$畻 char 瀛楃楠岃瘉 @@ -69,13 +69,13 @@ # redis 閰嶇疆 redis: # 鍦板潃 - host: localhost + host: lunor.cn # 绔彛锛岄粯璁や负6379 - port: 6379 + port: 6380 # 鏁版嵁搴撶储寮� database: 0 # 瀵嗙爜 - password: + password: 123456 # 杩炴帴瓒呮椂鏃堕棿 timeout: 10s lettuce: @@ -88,6 +88,14 @@ max-active: 8 # #杩炴帴姹犳渶澶ч樆濉炵瓑寰呮椂闂达紙浣跨敤璐熷�艰〃绀烘病鏈夐檺鍒讹級 max-wait: -1ms + flyway: + enabled: true + baseline-on-migrate: true + baseline-version: 20230720000000 + clean-disabled: true + #鎸囧畾sql鏂囦欢璺緞 + locations: + - classpath:db/migration/postgresql # token閰嶇疆 token: -- Gitblit v1.9.3