In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/02 Report--
This article mainly shows you "springboot+camunda how to achieve workflow", the content is easy to understand, clear, hope to help you solve your doubts, the following let the editor lead you to study and learn "springboot+camunda how to achieve workflow" this article.
1. Write the process in the camunda modeler tool, and the task execution specifies the Java class.
two。 Save the file in the resources directory and create an empty file for processes.xml
3. Dependent configuration
Org.springframework.boot spring-boot-starter-web org.springframework.boot spring-boot-starter-test test org.camunda.bpm.springboot camunda-bpm-spring-boot-starter-webapp 3.4.1 com.h3database H3 org.mybatis.spring.boot mybatis-spring-boot-starter 1.3.2 mysql mysql-connector-java runtime
4.yml configuration: it is OK to set up an empty database, and tables will be created automatically after running.
Spring: datasource: driver-class-name: com.mysql.cj.jdbc.Driver url: jdbc:mysql://127.0.0.1:3306/camunda username: root password: rootcamunda: bpm: admin-user: id: admin password: admin first-name: admin filter: create: All tasks # specify the database type database: type: mysql # automatic deployment resources The bpmn file auto-deployment-enabled: true # forbids index to jump to Camunda's own management interface Default true# webapp:# index-redirect-enabled: false
5. Write Java execution classes in tasks
Spring: datasource: driver-class-name: com.mysql.cj.jdbc.Driver url: jdbc:mysql://127.0.0.1:3306/camunda username: root password: rootcamunda: bpm: admin-user: id: admin password: admin first-name: admin filter: create: All tasks # specify the database type database: type: mysql # automatic deployment resources The bpmn file auto-deployment-enabled: true # forbids index to jump to Camunda's own management interface Default true# webapp:# index-redirect-enabled: false
6. Log in to execute and click tasklist
7. Result: the task has been executed successfully
These are all the contents of the article "how to achieve Workflow in springboot+camunda". Thank you for reading! I believe we all have a certain understanding, hope to share the content to help you, if you want to learn more knowledge, welcome to follow the industry information channel!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.