You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support for discovering clients via spring-clouds DiscoveryClient (e.g. Eureka, Zookeper, Consul or whatever spring-cloud will support in the future) (#44)
The Requests of the UI are routed via a reverse proxy, no need for CORS-Headers anymore. This allows basic authorization on endpoints (if they all use the same credentials).(e52f6c7)
Removal of conflict-detection. If an application with the same url and different name is registered the old one gets overwritten. (912d4f7)
Rename spring.boot.admin.hazelcast.enable to spring.boot.admin.hazelcast.enabled
Client-Changes
Rename starter to spring-boot-admin-starter-client (6236d2d)