|
@@ -47,28 +47,14 @@
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
</plugin>
|
|
</plugin>
|
|
- <plugin>
|
|
|
|
- <groupId>org.mybatis.generator</groupId>
|
|
|
|
- <artifactId>mybatis-generator-maven-plugin</artifactId>
|
|
|
|
- <version>1.4.0</version>
|
|
|
|
- <configuration>
|
|
|
|
- <configurationFile>${basedir}/src/main/resources/mybatis-generator.xml</configurationFile>
|
|
|
|
- <overwrite>true</overwrite>
|
|
|
|
- <verbose>true</verbose>
|
|
|
|
- </configuration>
|
|
|
|
- <dependencies>
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>org.postgresql</groupId>
|
|
|
|
- <artifactId>postgresql</artifactId>
|
|
|
|
- <version>42.6.0</version>
|
|
|
|
- </dependency>
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>org.mybatis.generator</groupId>
|
|
|
|
- <artifactId>mybatis-generator-core</artifactId>
|
|
|
|
- <version>1.4.0</version>
|
|
|
|
- </dependency>
|
|
|
|
- </dependencies>
|
|
|
|
- </plugin>
|
|
|
|
|
|
+ <plugin>
|
|
|
|
+ <groupId>com.kingtom.kirin</groupId>
|
|
|
|
+ <artifactId>kirin-generator-maven-plugin</artifactId>
|
|
|
|
+ <version>2.0</version>
|
|
|
|
+ <configuration>
|
|
|
|
+ <configLocation>${project.basedir}/src/main/resources/kirin-generator.xml</configLocation>
|
|
|
|
+ </configuration>
|
|
|
|
+ </plugin>
|
|
</plugins>
|
|
</plugins>
|
|
</build>
|
|
</build>
|
|
|
|
|