mirror of
https://github.com/kerwincui/FastBee.git
synced 2025-10-10 10:32:54 +08:00
增加客户端查看详情和断开连接;规则引擎的增删改查;资源的增删改查
This commit is contained in:
@@ -8,7 +8,7 @@ spring:
|
||||
master:
|
||||
url: jdbc:mysql://localhost/wumei-smart?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
||||
username: root
|
||||
password: wumei-smart
|
||||
password: root
|
||||
# password: 123456
|
||||
# 从库数据源
|
||||
slave:
|
||||
|
@@ -9,7 +9,7 @@ ruoyi:
|
||||
# 实例演示开关
|
||||
demoEnabled: true
|
||||
# 文件路径 示例( Windows配置D:/wumei-smart/uploadPath,Linux配置 /var/wumei-smart/java/uploadPath)
|
||||
profile: /var/wumei-smart/java/uploadPath
|
||||
profile: D:/wumei-smart/uploadPath
|
||||
# 获取ip地址开关
|
||||
addressEnabled: true
|
||||
# 验证码类型 math 数组计算 char 字符验证
|
||||
|
Reference in New Issue
Block a user