pom.xml 1017 B

123456789101112131415161718192021222324
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  3. <parent>
  4. <artifactId>aivfo-business-manage</artifactId>
  5. <groupId>com.aivfo</groupId>
  6. <version>2.2.4.0-SNAPSHOT</version>
  7. </parent>
  8. <modelVersion>4.0.0</modelVersion>
  9. <artifactId>aivfo-business-manage-service</artifactId>
  10. <dependencies>
  11. <!-- ==========entity======== -->
  12. <dependency>
  13. <groupId>com.aivfo</groupId>
  14. <artifactId>aivfo-business-manage-entity</artifactId>
  15. </dependency>
  16. <!-- ==========entity======== -->
  17. <!-- 操作日志注解+切面(M8 G3-2) -->
  18. <dependency>
  19. <groupId>com.aivfo</groupId>
  20. <artifactId>aivfo-log-spring-boot-starter</artifactId>
  21. </dependency>
  22. </dependencies>
  23. </project>