pom.xml 1.1 KB

123456789101112131415161718192021222324252627282930313233
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xmlns="http://maven.apache.org/POM/4.0.0"
  4. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  5. <parent>
  6. <artifactId>JSGLKH</artifactId>
  7. <groupId>com.rongwei</groupId>
  8. <version>1.0-SNAPSHOT</version>
  9. </parent>
  10. <modelVersion>4.0.0</modelVersion>
  11. <groupId>com.rongwei</groupId>
  12. <artifactId>jsglkh-common</artifactId>
  13. <version>1.0-SNAPSHOT</version>
  14. <properties>
  15. <mysql.version>8.0.11</mysql.version>
  16. </properties>
  17. <dependencies>
  18. <dependency>
  19. <groupId>com.rongwei</groupId>
  20. <artifactId>jsglkh-entity</artifactId>
  21. <version>1.0-SNAPSHOT</version>
  22. </dependency>
  23. <!-- <dependency>-->
  24. <!-- <groupId>com.baomidou</groupId>-->
  25. <!-- <artifactId>mybatis-plus-generator</artifactId>-->
  26. <!-- <version>3.1.2</version>-->
  27. <!-- </dependency>-->
  28. </dependencies>
  29. </project>