Commit 325563fe by 程裕兵

feat:settle

parent d30b971d
...@@ -52,6 +52,11 @@ ...@@ -52,6 +52,11 @@
<artifactId>api</artifactId> <artifactId>api</artifactId>
<version>0.0.1-SNAPSHOT</version> <version>0.0.1-SNAPSHOT</version>
</dependency> </dependency>
<dependency>
<groupId>com.jiejing.fitness.finance</groupId>
<artifactId>api</artifactId>
<version>0.0.1-SNAPSHOT</version>
</dependency>
<!-- ======================= jiejing api end ======================= --> <!-- ======================= jiejing api end ======================= -->
......
...@@ -19,6 +19,10 @@ ...@@ -19,6 +19,10 @@
<artifactId>api</artifactId> <artifactId>api</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.jiejing.fitness.finance</groupId>
<artifactId>api</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-tx</artifactId> <artifactId>spring-tx</artifactId>
</dependency> </dependency>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment