更新readme
This commit is contained in:
parent
e5c5bcd8f8
commit
a8db4d4627
@ -5,6 +5,10 @@
|
||||
|
||||
各位如果觉得好用请随手给个⭐
|
||||
|
||||
#### 版本说明
|
||||
1. 当前已更新至ruoyi-vue最新版本(2022年9月8日)
|
||||
2. 后续会尽量与ruoyi-vue的release版本保持同步
|
||||
|
||||
#### 内置功能
|
||||
|
||||
1. 表单中心:表单设计、表单管理
|
||||
|
@ -6,7 +6,7 @@ spring:
|
||||
druid:
|
||||
# 主库数据源
|
||||
master:
|
||||
url: jdbc:mysql://10.100.0.114:3306/mycode?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true
|
||||
url: jdbc:mysql://10.100.0.114:3306/nocode?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true
|
||||
username: root
|
||||
password: root
|
||||
# 从库数据源
|
||||
|
@ -95,7 +95,7 @@ spring:
|
||||
port: 27017
|
||||
username: admin
|
||||
password: admin
|
||||
database: mycode
|
||||
database: nocode
|
||||
authentication-database: admin
|
||||
activiti:
|
||||
check-process-definitions: false
|
||||
|
Loading…
Reference in New Issue
Block a user