Skip to content

Commit 4cfd662

Browse files
committed
Migrate from master to main.
1 parent 58351da commit 4cfd662

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ You will build a service that imports data from a CSV spreadsheet, transforms it
1717
== What You Need
1818

1919
:java_version: 1.8
20-
include::https://raw.githubusercontent.com/spring-guides/getting-started-macros/master/prereq_editor_jdk_buildtools.adoc[]
20+
include::https://raw.githubusercontent.com/spring-guides/getting-started-macros/main/prereq_editor_jdk_buildtools.adoc[]
2121

22-
include::https://raw.githubusercontent.com/spring-guides/getting-started-macros/master/how_to_complete_this_guide.adoc[]
22+
include::https://raw.githubusercontent.com/spring-guides/getting-started-macros/main/how_to_complete_this_guide.adoc[]
2323

2424
== Business Data
2525

@@ -226,17 +226,17 @@ include::complete/src/main/java/com/example/batchprocessing/BatchProcessingAppli
226226
----
227227
====
228228

229-
include::https://raw.githubusercontent.com/spring-guides/getting-started-macros/master/spring-boot-application-new-path.adoc[]
229+
include::https://raw.githubusercontent.com/spring-guides/getting-started-macros/main/spring-boot-application-new-path.adoc[]
230230

231231
Note that `SpringApplication.exit()` and `System.exit()` ensure that the JVM exits upon job completion.
232232
See the https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#boot-features-application-exit[Application Exit section in Spring Boot Reference documentation] for more details.
233233

234234
For demonstration purposes, there is code to create a `JdbcTemplate`, query the database,
235235
and print out the names of people the batch job inserts.
236236

237-
include::https://raw.githubusercontent.com/spring-guides/getting-started-macros/master/build_an_executable_jar_subhead.adoc[]
237+
include::https://raw.githubusercontent.com/spring-guides/getting-started-macros/main/build_an_executable_jar_subhead.adoc[]
238238

239-
include::https://raw.githubusercontent.com/spring-guides/getting-started-macros/master/build_an_executable_jar_with_both.adoc[]
239+
include::https://raw.githubusercontent.com/spring-guides/getting-started-macros/main/build_an_executable_jar_with_both.adoc[]
240240

241241
The job prints out a line for each person that gets transformed. After the job runs, you
242242
can also see the output from querying the database. It should resemble the following
@@ -273,4 +273,4 @@ The following guides may also be helpful:
273273
* https://spring.io/guides/gs/accessing-data-mongodb/[Accessing Data with MongoDB]
274274
* https://spring.io/guides/gs/accessing-data-mysql/[Accessing data with MySQL]
275275

276-
include::https://raw.githubusercontent.com/spring-guides/getting-started-macros/master/footer.adoc[]
276+
include::https://raw.githubusercontent.com/spring-guides/getting-started-macros/main/footer.adoc[]

0 commit comments

Comments
 (0)