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