Commit 30784088 authored by dqjdda's avatar dqjdda
Browse files

代码生成模块移入 tools模块中

parent a3fcb363
...@@ -14,7 +14,6 @@ ...@@ -14,7 +14,6 @@
<module>eladmin-logging</module> <module>eladmin-logging</module>
<module>eladmin-system</module> <module>eladmin-system</module>
<module>eladmin-tools</module> <module>eladmin-tools</module>
<module>eladmin-generator</module>
</modules> </modules>
<name>EL-ADMIN后台管理系统</name> <name>EL-ADMIN后台管理系统</name>
...@@ -24,7 +23,6 @@ ...@@ -24,7 +23,6 @@
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId> <artifactId>spring-boot-starter-parent</artifactId>
<version>2.1.0.RELEASE</version> <version>2.1.0.RELEASE</version>
<relativePath/>
</parent> </parent>
<properties> <properties>
...@@ -42,7 +40,6 @@ ...@@ -42,7 +40,6 @@
</properties> </properties>
<dependencies> <dependencies>
<!--Spring boot start--> <!--Spring boot start-->
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
......
Supports Markdown
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