|
@@ -20,10 +20,6 @@ spring:
|
|
write-durations-as-timestamps: true # 设置 Duration 的格式,使用时间戳
|
|
write-durations-as-timestamps: true # 设置 Duration 的格式,使用时间戳
|
|
fail-on-empty-beans: false # 允许序列化无属性的 Bean
|
|
fail-on-empty-beans: false # 允许序列化无属性的 Bean
|
|
|
|
|
|
- # 静态资源
|
|
|
|
- mvc:
|
|
|
|
- static-path-pattern: /static/**
|
|
|
|
-
|
|
|
|
# 工作流 Activiti 配置
|
|
# 工作流 Activiti 配置
|
|
activiti:
|
|
activiti:
|
|
# 1. false: 默认值,activiti启动时,对比数据库表中保存的版本,如果不匹配。将抛出异常
|
|
# 1. false: 默认值,activiti启动时,对比数据库表中保存的版本,如果不匹配。将抛出异常
|