You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
spring-boot/spring-boot-samples
Dave Syer 621116c9b8 ManagementServerConfiguration security
Management endpoints are still secure by default if
Spring Security is present, but now the default
user details have an ADMIN role, and a random password
(which is logged at INFO level if not overridden).

To override you add management.user.password (name, role)
to external properties.

[Fixes #53029715] [bs-203]
11 years ago
..
spring-boot-sample-actuator ManagementServerConfiguration security 11 years ago
spring-boot-sample-actuator-ui Add default /error view for HTML clients 11 years ago
spring-boot-sample-batch Removed spring-boot related version from dependencies of samples 11 years ago
spring-boot-sample-data-jpa Removed spring-boot related version from dependencies of samples 11 years ago
spring-boot-sample-integration Removed spring-boot related version from dependencies of samples 11 years ago
spring-boot-sample-jetty Removed spring-boot related version from dependencies of samples 11 years ago
spring-boot-sample-profile Removed spring-boot related version from dependencies of samples 11 years ago
spring-boot-sample-simple Removed spring-boot related version from dependencies of samples 11 years ago
spring-boot-sample-tomcat ManagementServerConfiguration security 11 years ago
spring-boot-sample-traditional Removed spring-boot related version from dependencies of samples 11 years ago
spring-boot-sample-web-static Removed spring-boot related version from dependencies of samples 11 years ago
spring-boot-sample-web-ui Removed spring-boot related version from dependencies of samples 11 years ago
spring-boot-sample-websocket Add WebSocketAutoConfiguration 11 years ago
spring-boot-sample-xml Removed spring-boot related version from dependencies of samples 11 years ago
README.md Documentation 11 years ago
pom.xml Switch off ws sample tests 11 years ago

README.md

Spring Boot - Samples

We are currently still working on documentation for Spring Boot. Please check back in the future.