We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Annotation @SpringBootApplication is described like it was contained in the code while it isn't. https://spring.io/guides/gs/rest-service/
The text was updated successfully, but these errors were encountered:
Similarly, in https://spring.io/guides/gs/testing-web/, @LocalServerPort is mentioned while it's not in the code.
Sorry, something went wrong.
Hi @noelo-cohelo. Can you provide a bit more clarification?
For our rest-service guide, this line has @SpringBootApplication.
@SpringBootApplication
For the testing-web guide, @LocalServerPort is mentioned on this line.
@LocalServerPort
No branches or pull requests
Annotation @SpringBootApplication is described like it was contained in the code while it isn't.
https://spring.io/guides/gs/rest-service/
The text was updated successfully, but these errors were encountered: