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]
2013-06-06 22:10:20 +01:00
..
spring-bootstrap-actuator-sample [bs-138] Make it easy to secure only the management endpoints 2013-06-06 22:10:20 +01:00
spring-bootstrap-actuator-ui-sample [bs-138] Make it easy to secure only the management endpoints 2013-06-06 22:10:20 +01:00
spring-bootstrap-batch-sample Polish 2013-05-31 12:26:30 -07:00
spring-bootstrap-data-sample Polish 2013-05-31 12:26:30 -07:00
spring-bootstrap-integration-sample Polish 2013-05-31 12:26:30 -07:00
spring-bootstrap-jetty-sample Polish 2013-05-31 12:26:30 -07:00
spring-bootstrap-profile-sample Polish 2013-05-31 12:26:30 -07:00
spring-bootstrap-sample Bump version to 0.5.0.BUILD-SNAPSHOT 2013-05-08 10:07:22 +01:00
spring-bootstrap-simple-sample Polish 2013-05-31 12:26:30 -07:00
spring-bootstrap-tomcat-sample Polish 2013-05-31 12:26:30 -07:00
spring-bootstrap-trad-sample [bs-52] Add configuration for trad sample running as war 2013-06-02 07:49:23 +01:00
spring-bootstrap-ui-sample Polish 2013-05-31 12:26:30 -07:00
spring-bootstrap-xml-sample Polish 2013-05-31 12:26:30 -07:00
src/main/assembly Fast forward existing prototype work 2013-04-24 10:02:07 +01:00
pom.xml [bs-138] Add @OnManagementContext for management beans 2013-05-30 08:43:50 +01:00