<dependency>
<groupId>de.codecentric</groupId>
<artifactId>spring-boot-admin-sample-consul</artifactId>
<version>2.7.13</version>
</dependency>
@Grapes(
@Grab(group='de.codecentric', module='spring-boot-admin-sample-consul', version='2.7.13')
)
<parent> <groupId>de.codecentric</groupId> <artifactId>spring-boot-admin-samples</artifactId> <version>2.7.13</version> </parent>
compile
|-- org.springframework.boot:spring-boot-starter-web:2.7.0
|-- org.springframework.boot:spring-boot-starter-security:2.7.0
|-- de.codecentric:spring-boot-admin-starter-server:2.7.13
|-- org.springframework.cloud:spring-cloud-starter-consul-discovery:3.1.1