spring-boot/spring-bootstrap-cli
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
..
samples Make sure ThymeleafAutoConfiguration works if imported directly 2013-05-31 16:18:03 +01:00
src [bs-138] Make it easy to secure only the management endpoints 2013-06-06 22:10:20 +01:00
pom.xml [bs-120] Support for groovy templates 2013-05-21 15:28:00 +01:00