spring-attic/scripts

unable to resolve class EnableOAuth2Sso

Opened this issue · 0 comments

This is app.groovy

@EnableOAuth2Sso
@EnableZuulProxy
@controller
class Demo {
}

and I run spring run app.groovy. My spring boot cli version is Spring CLI v2.1.5.RELEASE.