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