Skip to content

Commit

Permalink
Merge branch '2.7.x' into 3.0.x
Browse files Browse the repository at this point in the history
Closes gh-38270
  • Loading branch information
philwebb committed Nov 8, 2023
2 parents 6d46c24 + 61dbf45 commit 45e9804
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ If you run `mvn dependency:tree` again, you see that there are now a number of a
To finish our application, we need to create a single Java file.
By default, Maven compiles sources from `src/main/java`, so you need to create that directory structure and then add a file named `src/main/java/MyApplication.java` to contain the following code:

[chomp_package_replacement=com.example]
include::code:MyApplication[]

Although there is not much code here, quite a lot is going on.
Expand Down

0 comments on commit 45e9804

Please sign in to comment.