123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- <?xml version="1.0"?>
- <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">
- <parent>
- <groupId>org.springblade</groupId>
- <artifactId>BladeX</artifactId>
- <version>${revision}</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <artifactId>blade-service</artifactId>
- <name>${project.artifactId}</name>
- <packaging>pom</packaging>
- <description>BladeX 微服务集合</description>
- <modules>
- <module>blade-desk</module>
- <module>blade-system</module>
- <module>blade-bzdz</module>
- <module>blade-syfw</module>
- <module>blade-syry</module>
- <module>blade-rhzfFw</module>
- <module>blade-rhzfFz</module>
- <module>blade-rhzfRyCzrk</module>
- <module>blade-rhzfRyJwrk</module>
- <module>blade-rhzfRyJzrk</module>
- <module>blade-rhzfRyWlrk</module>
- <module>blade-rhzfRyZzrk</module>
- <module>blade-rhzfFwRy</module>
- <module>swzdr</module>
- </modules>
- <dependencies>
- <dependency>
- <groupId>org.springblade</groupId>
- <artifactId>blade-common</artifactId>
- </dependency>
- <dependency>
- <groupId>org.springblade</groupId>
- <artifactId>blade-starter-metrics</artifactId>
- </dependency>
- <dependency>
- <groupId>org.springblade</groupId>
- <artifactId>blade-starter-api-crypto</artifactId>
- </dependency>
- <dependency>
- <groupId>org.springblade</groupId>
- <artifactId>blade-dict-api</artifactId>
- </dependency>
- <dependency>
- <groupId>org.springblade</groupId>
- <artifactId>blade-scope-api</artifactId>
- </dependency>
- <dependency>
- <groupId>io.swagger.core.v3</groupId>
- <artifactId>swagger-annotations</artifactId>
- </dependency>
- <!-- 多租户字段隔离模式 -->
- <dependency>
- <groupId>org.springblade</groupId>
- <artifactId>blade-starter-tenant</artifactId>
- </dependency>
- <!-- 多租户数据库隔离模式则引入此配置 -->
- <!--<dependency>
- <groupId>org.springblade</groupId>
- <artifactId>blade-starter-tenant-dynamic</artifactId>
- </dependency>-->
- <!-- 集成sharding功能则引入此配置 -->
- <!--<dependency>
- <groupId>org.springblade</groupId>
- <artifactId>blade-starter-sharding</artifactId>
- </dependency>-->
- </dependencies>
- </project>
|