【添加】代码生成的功能的核心代码引入

This commit is contained in:
zer0Black
2021-04-01 13:33:48 +08:00
parent ee3eaf8458
commit be8938f03f
54 changed files with 2854 additions and 254 deletions
@@ -36,6 +36,12 @@
<groupId>com.jero.boot</groupId>
<artifactId>jero-boot-base-tools</artifactId>
</dependency>
<!-- 代码生成核心包 -->
<dependency>
<groupId>com.jero.boot</groupId>
<artifactId>jero-boot-base-generater-core</artifactId>
<version>${jero.version}</version>
</dependency>
<!--集成springmvc框架并实现自动配置 -->
<dependency>
<groupId>org.springframework.boot</groupId>
@@ -190,14 +196,6 @@
<artifactId>commons-pool2</artifactId>
</dependency>
<!-- 代码生成器 -->
<!-- 如下载失败,请参考此文档 http://doc.jeecg.com/2043876 -->
<dependency>
<groupId>org.jeecgframework.boot</groupId>
<artifactId>codegenerate</artifactId>
<version>${codegenerate.version}</version>
</dependency>
<!-- AutoPoi Excel工具类-->
<dependency>
<groupId>org.jeecgframework</groupId>
@@ -243,6 +241,7 @@
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
</dependency>
</dependencies>
</project>