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