Browse Source

添加 过滤引擎model

thing_master
xiachao 1 year ago
parent
commit
616382a571
  1. 4
      application/pom.xml

4
application/pom.xml

@ -129,6 +129,10 @@
<groupId>com.thing.tools</groupId> <groupId>com.thing.tools</groupId>
<artifactId>code-generator</artifactId> <artifactId>code-generator</artifactId>
</dependency> </dependency>
<dependency>
<groupId>com.thing.modules</groupId>
<artifactId>filter-rule</artifactId>
</dependency>
</dependencies> </dependencies>

Loading…
Cancel
Save