修改环境配置

This commit is contained in:
liujiangtao
2020-07-25 12:39:47 +08:00
parent b5b78b4fff
commit 9e73f6c52b
49 changed files with 2746 additions and 83 deletions

View File

@ -73,6 +73,17 @@
<artifactId>muster-generator</artifactId>
</dependency>
<!-- 逻辑模块-->
<dependency>
<groupId>com.muster</groupId>
<artifactId>muster-logic</artifactId>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
</dependency>
</dependencies>
<build>