预编译软件包支持Swagger
命令行启动官方预编译, 缺省情况下就已经启动了 swagger ui.
PS C:\my_program\camunda-bpm-run-7.17.0> .\start.bat
Setting JAVA property to "C:\Program Files\RedHat\java-1.8.0-openjdk-1.8.0.302-1\\bin\java"
REST API enabled
WebApps enabled
Swagger UI enabled
Invoice Example included - needs to be enabled in application configuration as well
常用的地址是:
- Camunda web :
http://localhost:8080/camunda/
- REST API:
http://localhost:8080/engine-rest/
- Swagger UI:
http://localhost:8080/swaggerui/
Swagger UI 截图:
应用系统内嵌流程引擎支持Swagger
内嵌流程引擎的应用系统, 要支持Swagger可参考预编译包额外做一些工作,