All Projects → batizhao → microservice

batizhao / microservice

Licence: Apache-2.0 License
使用 Spring Cloud、Spring Boot、Activiti 等技术实现一个小型的OA系统。

Programming Languages

java
68154 projects - #9 most used programming language
FreeMarker
481 projects

microservice

使用 Spring Cloud, Spring Boot, Activiti 等技术实现一个小型的OA系统。

flow-engine-server

启动流程

在未使用 Eureka 之前

$ curl -u admin:admin -H "Content-Type: application/json" -d '{"name":"John Doe", "email": "[email protected]", "phoneNumber":"123456789"}' http://localhost:8000/start-process

在使用 Eureka 之后

$ curl -u admin:admin -H "Content-Type: application/json" -d '{"name":"John Doe", "email": "[email protected]", "phoneNumber":"123456789"}' http://discovery:8000/start-process
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].