2025-03-14 17:29:57 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
|
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
|
<parent>
|
|
|
|
<groupId>org.asinkj</groupId>
|
|
|
|
<artifactId>asinkj-cloud-plus</artifactId>
|
|
|
|
<version>${revision}</version>
|
|
|
|
</parent>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
|
|
<modules>
|
|
|
|
<module>asinkj-demo</module>
|
|
|
|
<module>asinkj-test-mq</module>
|
|
|
|
<module>asinkj-lpm</module>
|
2025-03-21 19:10:18 +08:00
|
|
|
<module>asinkj-amz</module>
|
2025-03-14 17:29:57 +08:00
|
|
|
</modules>
|
|
|
|
|
2025-03-21 19:10:18 +08:00
|
|
|
<artifactId>asinkj-biz</artifactId>
|
2025-03-14 17:29:57 +08:00
|
|
|
<packaging>pom</packaging>
|
|
|
|
|
|
|
|
<description>
|
2025-03-21 19:10:18 +08:00
|
|
|
asinkj-biz 例子模块
|
2025-03-14 17:29:57 +08:00
|
|
|
</description>
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
<!-- 自定义负载均衡(多团队开发使用) -->
|
|
|
|
<!-- <dependency>-->
|
|
|
|
<!-- <groupId>org.asinkj</groupId>-->
|
|
|
|
<!-- <artifactId>asinkj-common-loadbalancer</artifactId>-->
|
|
|
|
<!-- </dependency>-->
|
|
|
|
|
|
|
|
<!-- skywalking 日志收集 -->
|
|
|
|
<!-- <dependency>-->
|
|
|
|
<!-- <groupId>org.asinkj</groupId>-->
|
|
|
|
<!-- <artifactId>asinkj-common-skylog</artifactId>-->
|
|
|
|
<!-- </dependency>-->
|
|
|
|
|
|
|
|
<!-- prometheus 监控 -->
|
|
|
|
<!-- <dependency>-->
|
|
|
|
<!-- <groupId>org.asinkj</groupId>-->
|
|
|
|
<!-- <artifactId>asinkj-common-prometheus</artifactId>-->
|
|
|
|
<!-- </dependency>-->
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
</project>
|