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-bootstrap-samples
Dave Syer e011312c68 [bs-138] Make it easy to secure only the management endpoints
Example: web UI with publicly available static assets

    # application.properties:
    security.ignored: /css/**,/script/**

Example: web UI with publicly available everything, but secure
management endpoints.

    # application.properties:
    # Empty path for basic security (default is /**)
    security.basic.path=

[Fixes #50721675]
12 years ago
..
spring-bootstrap-actuator-sample [bs-138] Make it easy to secure only the management endpoints 12 years ago
spring-bootstrap-actuator-ui-sample [bs-138] Make it easy to secure only the management endpoints 12 years ago
spring-bootstrap-batch-sample Polish 12 years ago
spring-bootstrap-data-sample Polish 12 years ago
spring-bootstrap-integration-sample Polish 12 years ago
spring-bootstrap-jetty-sample Polish 12 years ago
spring-bootstrap-profile-sample Polish 12 years ago
spring-bootstrap-sample Bump version to 0.5.0.BUILD-SNAPSHOT 12 years ago
spring-bootstrap-simple-sample Polish 12 years ago
spring-bootstrap-tomcat-sample Polish 12 years ago
spring-bootstrap-trad-sample [bs-52] Add configuration for trad sample running as war 12 years ago
spring-bootstrap-ui-sample Polish 12 years ago
spring-bootstrap-xml-sample Polish 12 years ago
src/main/assembly Fast forward existing prototype work 12 years ago
pom.xml [bs-138] Add @OnManagementContext for management beans 12 years ago