* Also extracted ManagementServerProperties into a separate bean * TraceRepository was still causing problems during startup, fixed that * Allow management endpoints to be switched off with port=0 [Fixes #49046013]
4 lines
113 B
Groovy
4 lines
113 B
Groovy
@Configuration
|
|
@Import(org.springframework.bootstrap.sample.service.ServiceBootstrapApplication)
|
|
class Start {
|
|
} |