spring-guides / gs-consuming-rest

Consuming a RESTful Web Service :: Learn how to retrieve web page data with Spring's RestTemplate.
https://spring.io/guides/gs/consuming-rest/
Apache License 2.0
195 stars 287 forks source link

Disable CommandLineRunner from executing during Unit tests #58

Closed robertmcnees closed 1 year ago

robertmcnees commented 1 year ago

Currently the code in the complete folder will not build successfully.

Addresses #56