From 9777bbebfdba8cb1353ea25ebca3c8cd6d3abca1 Mon Sep 17 00:00:00 2001
From: liyong <18434998025@163.com>
Date: 星期五, 30 一月 2026 13:09:34 +0800
Subject: [PATCH] feat(purchase): 配置文件
---
ruoyi-admin/src/main/resources/mybatis/application.yml.example | 26 +++-----------------------
1 files changed, 3 insertions(+), 23 deletions(-)
diff --git a/ruoyi-admin/src/main/resources/mybatis/application.yml.example b/ruoyi-admin/src/main/resources/mybatis/application.yml.example
index 367b61c..f30b041 100644
--- a/ruoyi-admin/src/main/resources/mybatis/application.yml.example
+++ b/ruoyi-admin/src/main/resources/mybatis/application.yml.example
@@ -65,29 +65,6 @@
restart:
# 鐑儴缃插紑鍏�
enabled: false
- data:
- # redis 閰嶇疆
- redis:
- # 鍦板潃
- host: localhost
- # 绔彛锛岄粯璁や负6379
- port: 6379
- # 鏁版嵁搴撶储寮�
- database: 0
- # 瀵嗙爜
- password:
- # 杩炴帴瓒呮椂鏃堕棿
- timeout: 10s
- lettuce:
- pool:
- # 杩炴帴姹犱腑鐨勬渶灏忕┖闂茶繛鎺�
- min-idle: 0
- # 杩炴帴姹犱腑鐨勬渶澶х┖闂茶繛鎺�
- max-idle: 8
- # 杩炴帴姹犵殑鏈�澶ф暟鎹簱杩炴帴鏁�
- max-active: 8
- # #杩炴帴姹犳渶澶ч樆濉炵瓑寰呮椂闂达紙浣跨敤璐熷�艰〃绀烘病鏈夐檺鍒讹級
- max-wait: -1ms
# token閰嶇疆
token:
@@ -135,3 +112,6 @@
excludes: /system/notice
# 鍖归厤閾炬帴
urlPatterns: /system/*,/monitor/*,/tool/*
+file:
+ upload-dir: /upload/file
+ file-url: http://localhost:8081/file
--
Gitblit v1.9.3