|
@@ -44,40 +44,4 @@
|
|
|
<version>1.16.1</version>
|
|
|
</dependency>
|
|
|
</dependencies>
|
|
|
-
|
|
|
-
|
|
|
-<!-- <build>-->
|
|
|
-<!-- <plugins>-->
|
|
|
-<!-- <plugin>-->
|
|
|
-<!-- <groupId>org.mybatis.generator</groupId>-->
|
|
|
-<!-- <artifactId>mybatis-generator-maven-plugin</artifactId>-->
|
|
|
-<!-- <version>1.3.2</version>-->
|
|
|
-<!-- <configuration>-->
|
|
|
-<!-- <configurationFile>src/main/resources/mybatis-generator/generatorConfig.xml</configurationFile>-->
|
|
|
-<!-- <verbose>true</verbose>-->
|
|
|
-<!-- <overwrite>true</overwrite>-->
|
|
|
-<!-- </configuration>-->
|
|
|
-<!-- <executions>-->
|
|
|
-<!-- <execution>-->
|
|
|
-<!-- <id>Generate MyBatis Artifacts</id>-->
|
|
|
-<!-- <goals>-->
|
|
|
-<!-- <goal>generate</goal>-->
|
|
|
-<!-- </goals>-->
|
|
|
-<!-- </execution>-->
|
|
|
-<!-- </executions>-->
|
|
|
-<!-- <dependencies>-->
|
|
|
-<!-- <dependency>-->
|
|
|
-<!-- <groupId>mysql</groupId>-->
|
|
|
-<!-- <artifactId>mysql-connector-java</artifactId>-->
|
|
|
-<!-- <version>8.0.15</version>-->
|
|
|
-<!-- </dependency>-->
|
|
|
-<!-- <dependency>-->
|
|
|
-<!-- <groupId>org.mybatis.generator</groupId>-->
|
|
|
-<!-- <artifactId>mybatis-generator-core</artifactId>-->
|
|
|
-<!-- <version>1.3.2</version>-->
|
|
|
-<!-- </dependency>-->
|
|
|
-<!-- </dependencies>-->
|
|
|
-<!-- </plugin>-->
|
|
|
-<!-- </plugins>-->
|
|
|
-<!-- </build>-->
|
|
|
</project>
|