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.
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.