Azure / appcat-rulesets

Repository for maintaining Rulesets for Windup
Eclipse Public License 2.0
5 stars 7 forks source link

Create rule to discover "Alibaba - Cloud Seata" #176

Open agoncal opened 8 months ago

agoncal commented 8 months ago

Seata: A distributed transaction solution with high performance and ease of use for microservices architecture.

Dependencies to Discover

<dependency>
  <groupId>io.seata</groupId>
  <artifactId>seata-spring-boot-starter</artifactId>
</dependency>
<dependency>
  <groupId>com.alibaba.cloud</groupId>
  <artifactId>spring-cloud-starter-alibaba-seata</artifactId>
</dependency>

References