背景说明:
在springboot中使用 camunda-rest 会有配置日期格式的需求
而按照文档来配置 需要配置在WEB-INF/web.xml
里,在springboot中我们并不需要配置这个web.xml
注册camunda
的Listenter
到springboot
中:
|
|
在application.yaml
中配置context-param
|
|
在springboot中使用 camunda-rest 会有配置日期格式的需求
而按照文档来配置 需要配置在WEB-INF/web.xml
里,在springboot中我们并不需要配置这个web.xml
注册camunda
的Listenter
到springboot
中:
|
|
在application.yaml
中配置context-param
|
|