Skip to content

Commit

Permalink
feat/抽象工厂模式优化
Browse files Browse the repository at this point in the history
  • Loading branch information
freestylefly committed Jul 2, 2024
1 parent 255ccb0 commit a6e901e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pmhub-modules/pmhub-workflow/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,13 @@
<artifactId>aviator</artifactId>
<version>5.3.1</version>
</dependency>

<!--Rocketmq-消息提醒,注意:如果不需要此模块,请自行注释,否则项目无法启动-->
<!-- <dependency>-->
<!-- <groupId>com.laigeoffer.pmhub-cloud</groupId>-->
<!-- <artifactId>pmhub-base-notice</artifactId>-->
<!-- </dependency>-->

</dependencies>

<build>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
import java.util.concurrent.ConcurrentHashMap;

/**
* 监听器抽象类工厂
* @author canghe
* @date 2023-01-09 09:25
*/
Expand Down

0 comments on commit a6e901e

Please sign in to comment.