Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
workflow-platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
workflow-platform
Commits
d3329768
Commit
d3329768
authored
May 22, 2025
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改部分pom
parent
6e9bce59
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
155 additions
and
144 deletions
+155
-144
common-lib/pom.xml
common-lib/pom.xml
+5
-0
workflow-engine/pom.xml
workflow-engine/pom.xml
+1
-0
workflow-manager/pom.xml
workflow-manager/pom.xml
+4
-0
workflow-manager/src/main/java/com/mortals/xhx/base/framework/aspect/LogPrintAspect.java
...com/mortals/xhx/base/framework/aspect/LogPrintAspect.java
+145
-144
No files found.
common-lib/pom.xml
View file @
d3329768
...
@@ -76,6 +76,11 @@
...
@@ -76,6 +76,11 @@
<artifactId>
junit
</artifactId>
<artifactId>
junit
</artifactId>
<scope>
test
</scope>
<scope>
test
</scope>
</dependency>
</dependency>
<dependency>
<groupId>
org.projectlombok
</groupId>
<artifactId>
lombok
</artifactId>
<scope>
provided
</scope>
</dependency>
</dependencies>
</dependencies>
...
...
workflow-engine/pom.xml
View file @
d3329768
...
@@ -139,6 +139,7 @@
...
@@ -139,6 +139,7 @@
<dependency>
<dependency>
<groupId>
org.flowable
</groupId>
<groupId>
org.flowable
</groupId>
<artifactId>
flowable-spring-boot-starter-basic
</artifactId>
<artifactId>
flowable-spring-boot-starter-basic
</artifactId>
<version>
6.6.0
</version>
</dependency>
</dependency>
<dependency>
<dependency>
...
...
workflow-manager/pom.xml
View file @
d3329768
...
@@ -71,6 +71,10 @@
...
@@ -71,6 +71,10 @@
<artifactId>
junit
</artifactId>
<artifactId>
junit
</artifactId>
<scope>
test
</scope>
<scope>
test
</scope>
</dependency>
</dependency>
<dependency>
<groupId>
org.springframework
</groupId>
<artifactId>
spring-aop
</artifactId>
</dependency>
</dependencies>
</dependencies>
...
...
workflow-manager/src/main/java/com/mortals/xhx/base/framework/aspect/LogPrintAspect.java
View file @
d3329768
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment