kakawait / uaa-behind-zuul-sample

Spring AuthorizationServer load balanced behind Zuul
322 stars 156 forks source link

Upgrade to spring-boot 1.4.1 and spring-cloud Camden.RELEASE #11

Closed bilak closed 7 years ago

bilak commented 7 years ago

Fixes gh-10

kakawait commented 7 years ago

I manually quick tested, everything is ok. But could you fix Deprecated class on each tests classes?

SpringApplicationConfiguration has @deprecated as of 1.4 in favor of {@link SpringBootTest} or direct use {@link SpringBootContextLoader}

Otherwise thank you for taking time to resolve issue of this project