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 c5dc3f564b Add @EnableOAuth2Sso and spring.oauth2.sso.*
User can enable OAuth2 SSO by declaring the intent (@EnableOAuth2Sso)
and also configuring the client properties (spring.oauth2.client.*).
The spring.oauth2.sso.* are only needed to change the path for the
login (defaults to /login) - any other security configuration for the
protected resources can be added in a WebSecurityConfigurerAdapter
which carries the @EnableOAuth2Sso annotation.
10 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
caching.groovy Polish 10 years ago
device.groovy Use simplified @Grab where possible 11 years ago
http.groovy Polish 10 years ago
integration.groovy CLI Integration Sample Shutdown 11 years ago
jms.groovy Avoid duplicate script 10 years ago
job.groovy Polish 11 years ago
oauth2.groovy Add @EnableOAuth2Sso and spring.oauth2.sso.* 10 years ago
rabbit.groovy Improve RabbitMQ support in CLI 10 years ago
reactor.groovy Start building against Reactor 2.0.1 snapshots 10 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