<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>com.chanko.yunxi</groupId> <artifactId>mes-module-infra</artifactId> <version>2.0.0-jdk8-snapshot</version> </parent> <groupId>com.chanko.yunxi</groupId> <artifactId>mes-module-infra-biz</artifactId> <version>2.0.0-jdk8-snapshot</version> <name>${project.artifactId}</name> <description>infra 模块,主要提供两块能力: 1. 我们放基础设施的运维与管理,支撑上层的通用与核心业务。 例如说:定时任务的管理、服务器的信息等等 2. 研发工具,提升研发效率与质量。 例如说:代码生成器、接口文档等等</description> <dependencies> <dependency> <groupId>com.chanko.yunxi</groupId> <artifactId>mes-module-system-api</artifactId> <version>${revision}</version> </dependency> <dependency> <groupId>com.chanko.yunxi</groupId> <artifactId>mes-module-infra-api</artifactId> <version>${revision}</version> </dependency> <dependency> <groupId>com.chanko.yunxi</groupId> <artifactId>mes-spring-boot-starter-biz-operatelog</artifactId> </dependency> <dependency> <groupId>com.chanko.yunxi</groupId> <artifactId>mes-spring-boot-starter-biz-tenant</artifactId> </dependency> <dependency> <groupId>com.chanko.yunxi</groupId> <artifactId>mes-spring-boot-starter-security</artifactId> </dependency> <dependency> <groupId>com.chanko.yunxi</groupId> <artifactId>mes-spring-boot-starter-websocket</artifactId> </dependency> <dependency> <groupId>com.chanko.yunxi</groupId> <artifactId>mes-spring-boot-starter-mybatis</artifactId> </dependency> <dependency> <groupId>com.baomidou</groupId> <artifactId>mybatis-plus-generator</artifactId> </dependency> <dependency> <groupId>com.chanko.yunxi</groupId> <artifactId>mes-spring-boot-starter-redis</artifactId> </dependency> <dependency> <groupId>com.chanko.yunxi</groupId> <artifactId>mes-spring-boot-starter-job</artifactId> </dependency> <dependency> <groupId>com.chanko.yunxi</groupId> <artifactId>mes-spring-boot-starter-mq</artifactId> </dependency> <dependency> <groupId>com.chanko.yunxi</groupId> <artifactId>mes-spring-boot-starter-excel</artifactId> </dependency> <dependency> <groupId>org.apache.velocity</groupId> <artifactId>velocity-engine-core</artifactId> </dependency> <dependency> <groupId>cn.smallbun.screw</groupId> <artifactId>screw-core</artifactId> </dependency> <dependency> <groupId>com.chanko.yunxi</groupId> <artifactId>mes-spring-boot-starter-monitor</artifactId> </dependency> <dependency> <groupId>de.codecentric</groupId> <artifactId>spring-boot-admin-starter-server</artifactId> </dependency> <dependency> <groupId>com.chanko.yunxi</groupId> <artifactId>mes-spring-boot-starter-file</artifactId> </dependency> </dependencies> </project>