1. 程式人生 > >[activiti6]在springboot增加restful api服務

[activiti6]在springboot增加restful api服務

開發十年,就只剩下這套架構體系了! >>>   

				<activiti.version>6.0.0</activiti.version>
				...
       	<dependency>
            <groupId>org.activiti</groupId>
            <artifactId>activiti-rest</artifactId>
            <!--<artifactId>activiti-spring-boot-starter-rest-api</artifactId>-->
            <version>${activiti.version}</version>
        </dependency>
@ComponentScan("org.activiti.rest")

http://localhost:8088/repository/deployments/2501 使用者名稱密碼:us