添加workflow模块,添加flowable依赖,yml配置信息

This commit is contained in:
gssong
2023-05-27 17:21:04 +08:00
parent 8d69be093e
commit 25295fee34
13 changed files with 157 additions and 0 deletions

View File

@@ -0,0 +1 @@
package org.dromara.workflow.controller;

View File

@@ -0,0 +1 @@
package org.dromara.workflow.domain;

View File

@@ -0,0 +1 @@
package org.dromara.workflow.mapper;

View File

@@ -0,0 +1 @@
package org.dromara.workflow.service.impl;

View File

@@ -0,0 +1 @@
package org.dromara.workflow.service;

View File

@@ -0,0 +1,3 @@
java包使用 `.` 分割 resource 目录使用 `/` 分割
<br>
此文件目的 防止文件夹粘连找不到 `xml` 文件

View File

@@ -0,0 +1,3 @@
java包使用 `.` 分割 resource 目录使用 `/` 分割
<br>
此文件目的 防止文件夹粘连找不到 `xml` 文件