spring-guides / getting-started-guides

Getting Started Guide template :: The template for new guides and also the place to request them.
https://github.com/spring-guides/getting-started-guides/wiki
Apache License 2.0
518 stars 204 forks source link

Building a RESTful Web Service: @SpringBootApplication annotation #155

Open noelo-cohelo opened 1 year ago

noelo-cohelo commented 1 year ago

Annotation @SpringBootApplication is described like it was contained in the code while it isn't. https://spring.io/guides/gs/rest-service/

noelo-cohelo commented 1 year ago

Similarly, in https://spring.io/guides/gs/testing-web/, @LocalServerPort is mentioned while it's not in the code.

robertmcnees commented 6 days ago

Hi @noelo-cohelo. Can you provide a bit more clarification?

For our rest-service guide, this line has @SpringBootApplication.

For the testing-web guide, @LocalServerPort is mentioned on this line.