【修改】补充生成器模块

This commit is contained in:
zer0Black
2021-03-11 21:03:09 +08:00
parent fbd81a8a7f
commit 10e10063ad
10 changed files with 200 additions and 164 deletions
@@ -150,11 +150,11 @@
<artifactId>shiro-spring-boot-starter</artifactId>
<version>${shiro.version}</version>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-re</artifactId>
<version>2.4.2</version>
</dependency>
<!-- <dependency>-->
<!-- <groupId>com.jeecgframework.boot</groupId>-->
<!-- <artifactId>hibernate-re</artifactId>-->
<!-- <version>2.4.2</version>-->
<!-- </dependency>-->
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
@@ -0,0 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>jero-boot-base</artifactId>
<groupId>com.jero.boot</groupId>
<version>2.4.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jero-boot-base-generater</artifactId>
<properties>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
</properties>
<dependencies>
<dependency>
<groupId>com.jero.boot</groupId>
<artifactId>jero-system-local-api</artifactId>
</dependency>
</dependencies>
</project>
@@ -0,0 +1,9 @@
package com.jero.generater;
/**
* @Description TODO
* @Author zero
* @Date 2021/3/11
**/
public class placeholder {
}
+1
View File
@@ -16,6 +16,7 @@
<module>jero-boot-base-api</module>
<module>jero-boot-base-core</module>
<module>jero-boot-base-tools</module>
<module>jero-boot-base-generater</module>
</modules>