-
Notifications
You must be signed in to change notification settings - Fork 41.1k
Developing Your First Spring Boot Application section asks the user to create the application in the root package #43964
New issue
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
Labels
status: superseded
An issue that has been superseded by another
type: documentation
A documentation update
Comments
Thanks for the report. Two things are going on here
|
This rings a bell indeed. |
For point 1 above, there are a couple of problems:
Both of these will have to be addressed in https://github.com/spring-io/asciidoctor-extensions. I'm working on that now. |
#43982 should have unblocked this issue |
2fe9de5 has taken care of this as it's only the upgrade that was needed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
status: superseded
An issue that has been superseded by another
type: documentation
A documentation update
https://github.com/spring-projects/spring-boot/blob/v3.4.2/spring-boot-project/spring-boot-docs/src/docs/antora/modules/tutorial/pages/first-application/index.adoc
run a simple demo project step by step with the doc below, a error occur:
java.lang.ClassNotFoundException:org.springframework.dao.DataAccessException
The #1839 tell me that should not put main method in the default package. maybe we should update the doc?
The text was updated successfully, but these errors were encountered: