sys/src/main/resources/application-dev.yml
@@ -19,6 +19,8 @@ # 照片存储路径+++++++++++++++++++++++++++运维需要配置+++++++++++++++++++++++++++ file: path: E:/webapp/images # 上传文件允许的扩展名 allowed: png,jpg,jpeg,gif # 鵷雏管理系统密钥 login: @@ -27,7 +29,7 @@ # 鵷雏网络IP或者域名 customer: url: http://127.0.0.1:6789 url: http://114.132.189.42:8011 mybatis-plus: configuration: @@ -69,7 +71,7 @@ # redis访问密码(默认为空) password: null # redis连接超时时间(单位毫秒) timeout: 0 timeout: 5 # redis连接池配置 pool: # 最大可用连接数(默认为8,负数表示无限)