默认idea已配置好jdk及maven 1.双击IntelliJ IDEA图标打开idea 2.单击Create New Project新建项目 3.左侧选择Spring Initializr创建Spring Boot项目,右上角下拉框选择jdk版本。单击Next进入下一步 4.修改项目名称,包名,打包方式。单击Next进入下一步 5.选择添加依赖,如此页面未添加或找不到需要添加的依赖,可在项目创...
The easiest way to setup a Flowable development project is to first generate a Spring Boot Project by using the Spring Initializr. You can import the generated project into the IDE of your choice (like IntelliJ IDEA or Eclipse). info For the 3.14 release to be able to support two Design ...