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-cli/samples
Dave Syer 5e3cc95ccf Adjust security.basic.enabled=false behaviour
Actually the web-secure sample is misusing
security.basic.enabled=false (IMO) - it should be a flag
to say that you want to temporarily disable the basic security
fallback on application endpoins, not  way to disable all
security autoconfiguration.

Added test case to web-secure sample to ensure a user
can log in.

Fixes gh-979
11 years ago
..
actuator.groovy Add tests for loading dependencies in starters without parent 11 years ago
app.groovy Make "." be the CLI's default classpath 11 years ago
beans.groovy Polish 11 years ago
device.groovy Use simplified @Grab where possible 11 years ago
http.groovy Fix broken test due to random port change 11 years ago
integration.groovy CLI Integration Sample Shutdown 11 years ago
jms.groovy Add more JMS sample log output 11 years ago
job.groovy Polish 11 years ago
rabbit.groovy Polish 11 years ago
reactor.groovy Adjust security.basic.enabled=false behaviour 11 years ago
runner.groovy Polish 11 years ago
runner.xml Change package names zero->boot 11 years ago
secure.groovy Add tests for loading dependencies in starters without parent 11 years ago
template.groovy Enhance Groovy template support in CLI 11 years ago
tx.groovy Polish 11 years ago
ui.groovy Switch to thymeleaf-spring4 11 years ago
web.groovy Polish 11 years ago