mirror of
https://gitee.com/mmsAdmin/mms
synced 2025-12-06 17:08:54 +08:00
优化doc
This commit is contained in:
parent
346987106e
commit
69501b5574
@ -10,7 +10,6 @@ powerjob:
|
|||||||
enabled: false
|
enabled: false
|
||||||
# 需要先在 powerjob 登录页执行应用注册后才能使用
|
# 需要先在 powerjob 登录页执行应用注册后才能使用
|
||||||
app-name: mms
|
app-name: mms
|
||||||
enable-test-mode: false
|
|
||||||
max-appended-wf-context-length: 4096
|
max-appended-wf-context-length: 4096
|
||||||
max-result-length: 4096
|
max-result-length: 4096
|
||||||
# 28080 端口 随着主应用端口飘逸 避免集群冲突
|
# 28080 端口 随着主应用端口飘逸 避免集群冲突
|
||||||
|
|||||||
@ -13,16 +13,17 @@ sxpcwlkj:
|
|||||||
# 机构团队
|
# 机构团队
|
||||||
organization: 陕西品创网络
|
organization: 陕西品创网络
|
||||||
# 开启验证码: true:开启 false: 关闭
|
# 开启验证码: true:开启 false: 关闭
|
||||||
isOpenCaptcha: false
|
isOpenCaptcha: true
|
||||||
|
|
||||||
# 演示模式配置
|
# 演示模式配置
|
||||||
demo:
|
demo:
|
||||||
mode:
|
mode:
|
||||||
enabled: false # 默认开启演示模式
|
enabled: true # 默认开启演示模式
|
||||||
message-template: "演示模式下禁止{operation}操作 [实体: {entity}, 方法: {method}]"
|
message-template: "演示模式下禁止{operation}操作 [实体: {entity}, 方法: {method}]"
|
||||||
allowed-users: # 白名单用户
|
allowed-users: # 白名单用户
|
||||||
- admin
|
- admin
|
||||||
allowed-methods:
|
allowed-methods:
|
||||||
|
- initSign
|
||||||
- updateIpById
|
- updateIpById
|
||||||
|
|
||||||
--- # 验证码配置
|
--- # 验证码配置
|
||||||
|
|||||||
@ -2,9 +2,9 @@ oms.env=prod
|
|||||||
|
|
||||||
####### Database properties(Configure according to the the environment) #######
|
####### Database properties(Configure according to the the environment) #######
|
||||||
spring.datasource.core.driver-class-name=com.mysql.cj.jdbc.Driver
|
spring.datasource.core.driver-class-name=com.mysql.cj.jdbc.Driver
|
||||||
spring.datasource.core.jdbc-url=jdbc:mysql://localhost:3306/sxpcwlkj_mms?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai
|
spring.datasource.core.jdbc-url=jdbc:mysql://localhost:3306/mms?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai
|
||||||
spring.datasource.core.username=sxpcwlkj_mms
|
spring.datasource.core.username=mms
|
||||||
spring.datasource.core.password=dkfa7WNTbdDJB8ny
|
spring.datasource.core.password=123456
|
||||||
spring.datasource.core.maximum-pool-size=20
|
spring.datasource.core.maximum-pool-size=20
|
||||||
spring.datasource.core.minimum-idle=5
|
spring.datasource.core.minimum-idle=5
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user