|
|
|
@ -171,14 +171,12 @@
@@ -171,14 +171,12 @@
|
|
|
|
|
<groupId>com.baomidou</groupId> |
|
|
|
|
<artifactId>mybatis-plus-generator</artifactId> |
|
|
|
|
<version>${mybatis-plus.version}</version> |
|
|
|
|
<scope>provided</scope> |
|
|
|
|
</dependency> |
|
|
|
|
<!--velocity模板引擎生成简单crud代码--> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.apache.velocity</groupId> |
|
|
|
|
<artifactId>velocity-engine-core</artifactId> |
|
|
|
|
<version>${velocity.version}</version> |
|
|
|
|
<scope>provided</scope> |
|
|
|
|
</dependency> |
|
|
|
|
<!--web 模块--> |
|
|
|
|
<dependency> |
|
|
|
|