Basic examples of Spring Boot Admin. No support, not production ready, use at own risk.
50K+
This repository contains pre-build Docker Images containing basic and hence not production-ready builds of Spring Boot Admin.
The Admin Server is implemented as follows:
@Configuration
@EnableDiscoveryClient
@EnableScheduling
@EnableAdminServer
@SpringBootApplication
public class Application {
public static void main(String[] args) {
SpringApplication.run(Application.class, args);
}
}
You can modify application properties by mounting custom properties or YAML file to /usr/share/codecentric/conf/.
Content type
Image
Digest
sha256:d8bffb9f7…
Size
302.1 MB
Last updated
almost 2 years ago
docker pull codecentric/spring-boot-admin:3.3.3