feat: 引入代码生成.
This commit is contained in:
16
pom.xml
16
pom.xml
@@ -20,6 +20,8 @@
|
||||
<mysql-connector.version>9.4.0</mysql-connector.version>
|
||||
<!-- mybatis-plus 版本 -->
|
||||
<mybatis-plus.version>3.5.12</mybatis-plus.version>
|
||||
<!-- freemarker 版本 -->
|
||||
<freemarker.version>2.3.34</freemarker.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
@@ -57,6 +59,20 @@
|
||||
</exclusions>
|
||||
</dependency>
|
||||
|
||||
<!--mybatis plus 代码生成器 -->
|
||||
<dependency>
|
||||
<groupId>com.baomidou</groupId>
|
||||
<artifactId>mybatis-plus-generator</artifactId>
|
||||
<version>${mybatis-plus.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- freemarker 模板引擎 -->
|
||||
<dependency>
|
||||
<groupId>org.freemarker</groupId>
|
||||
<artifactId>freemarker</artifactId>
|
||||
<version>${freemarker.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-jdbc</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user