Przeglądaj źródła

Add blank line before :linkattrs:

Greg Turnquist 13 lat temu
rodzic
commit
fa5ad69f02

+ 1
- 0
macros/build_an_executable_jar_with_both.asc Wyświetl plik

3
 // For more information see https://github.com/spring-guides/draft-gs-template/wiki/Pull-in-needed-macros
3
 // For more information see https://github.com/spring-guides/draft-gs-template/wiki/Pull-in-needed-macros
4
 // to see how this macro is used for writing Getting Started guides.
4
 // to see how this macro is used for writing Getting Started guides.
5
 //
5
 //
6
+
6
 :linkattrs:
7
 :linkattrs:
7
 
8
 
8
 Now that your `Application` class is ready, you simply instruct the build system to create a single, executable jar containing everything. This makes it easy to ship, version, and deploy the service as an application throughout the development lifecycle, across different environments, and so forth.
9
 Now that your `Application` class is ready, you simply instruct the build system to create a single, executable jar containing everything. This makes it easy to ship, version, and deploy the service as an application throughout the development lifecycle, across different environments, and so forth.

+ 1
- 0
macros/build_system_intro.asc Wyświetl plik

3
 // For more information see https://github.com/spring-guides/draft-gs-template/wiki/Pull-in-needed-macros
3
 // For more information see https://github.com/spring-guides/draft-gs-template/wiki/Pull-in-needed-macros
4
 // to see how this macro is used for writing Getting Started guides.
4
 // to see how this macro is used for writing Getting Started guides.
5
 //
5
 //
6
+
6
 :linkattrs:
7
 :linkattrs:
7
 
8
 
8
 First you set up a basic build script. You can use any build system you like when building apps with Spring, but the code you need to work with http://gradle.org[Gradle] and https://maven.apache.org[Maven] is included here. If you're not familiar with either, refer to link:/guides/gs/gradle[Building Java Projects with Gradle] or link:/guides/gs/maven[Building Java Projects with Maven].
9
 First you set up a basic build script. You can use any build system you like when building apps with Spring, but the code you need to work with http://gradle.org[Gradle] and https://maven.apache.org[Maven] is included here. If you're not familiar with either, refer to link:/guides/gs/gradle[Building Java Projects with Gradle] or link:/guides/gs/maven[Building Java Projects with Maven].

+ 1
- 0
macros/prereq_editor_jdk_buildtools.asc Wyświetl plik

3
 // For more information see https://github.com/spring-guides/draft-gs-template/wiki/Pull-in-needed-macros
3
 // For more information see https://github.com/spring-guides/draft-gs-template/wiki/Pull-in-needed-macros
4
 // to see how this macro is used for writing Getting Started guides.
4
 // to see how this macro is used for writing Getting Started guides.
5
 //
5
 //
6
+
6
 :linkattrs:
7
 :linkattrs:
7
 
8
 
8
 ifndef::java_version[:java_version: 1.6]
9
 ifndef::java_version[:java_version: 1.6]