royclarkson / spring-rest-service-oauth

A simple OAuth protected REST service built with Spring Boot and Spring Security OAuth
Apache License 2.0
664 stars 339 forks source link

Use @SpringApplicationConfiguration to ensure properties loaded #37

Closed dsyer closed 9 years ago

dsyer commented 9 years ago

To more faithfully represent the app running in tests we use @SpringApplicationConfiguration so that a Spring Boot application is created, including loading properties files etc.

Includes changes from gh-36