Skip to content

Commit bba8837

Browse files
Update package
Signed-off-by: Tran Ngoc Nhan <[email protected]>
1 parent 3ff6e0b commit bba8837

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot-docs/src/docs/antora/modules/tutorial/pages/first-application

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-docs/src/docs/antora/modules/tutorial/pages/first-application/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[[getting-started.first-application]]
22
= Developing Your First Spring Boot Application
3+
:chomp_package_replacement: com.example
34

45
This section describes how to develop a small "`Hello World!`" web application that highlights some of Spring Boot's key features.
56
You can choose between Maven or Gradle as the build system.
@@ -287,7 +288,6 @@ If you run `gradle dependencies` again, you see that there are now a number of a
287288
To finish our application, we need to create a single Java file.
288289
By default, Maven and Gradle compile 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:
289290

290-
[chomp_package_replacement=com.example]
291291
include-code::MyApplication[]
292292

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

0 commit comments

Comments
 (0)