Remove conditional Gradle/Maven sections
This commit is contained in:
19
README.adoc
19
README.adoc
@@ -64,13 +64,10 @@ Follow the steps of the wizard to use the following parameters:
|
|||||||
- Name: "Blog"
|
- Name: "Blog"
|
||||||
- Dependencies: "Spring Web Starter", "Mustache", "Spring Data JPA", "H2 Database" and "Spring Boot DevTools"
|
- Dependencies: "Spring Web Starter", "Mustache", "Spring Data JPA", "H2 Database" and "Spring Boot DevTools"
|
||||||
|
|
||||||
[[reveal-gradle]]
|
[[gradle-build]]
|
||||||
[.reveal-gradle]
|
== Understanding the Gradle Build
|
||||||
== Gradle Build
|
|
||||||
|
|
||||||
[[use-gradle]]
|
If you're using a Maven Build, you can <<maven-build, skip to the dedicated section>>.
|
||||||
[.use-gradle]
|
|
||||||
== Gradle Build
|
|
||||||
|
|
||||||
=== Plugins
|
=== Plugins
|
||||||
|
|
||||||
@@ -140,13 +137,10 @@ dependencies {
|
|||||||
|
|
||||||
Spring Boot Gradle plugin automatically uses the Kotlin version declared via the Kotlin Gradle plugin.
|
Spring Boot Gradle plugin automatically uses the Kotlin version declared via the Kotlin Gradle plugin.
|
||||||
|
|
||||||
[[reveal-maven]]
|
You can now take a <<understanding-generated-app, deeper look at the generated application>>.
|
||||||
[.reveal-maven]
|
|
||||||
== Maven Build
|
|
||||||
|
|
||||||
[[use-maven]]
|
[[maven-build]]
|
||||||
[.use-maven]
|
== Understanding the Maven Build
|
||||||
== Maven Build
|
|
||||||
|
|
||||||
=== Plugins
|
=== Plugins
|
||||||
|
|
||||||
@@ -257,6 +251,7 @@ Notice also that Kotlin compiler is configured to generate Java 8 bytecode (Java
|
|||||||
</dependencies>
|
</dependencies>
|
||||||
----
|
----
|
||||||
|
|
||||||
|
[[understanding-generated-app]]
|
||||||
== Understanding the generated Application
|
== Understanding the generated Application
|
||||||
|
|
||||||
`src/main/kotlin/com/example/blog/BlogApplication.kt`
|
`src/main/kotlin/com/example/blog/BlogApplication.kt`
|
||||||
|
|||||||
Reference in New Issue
Block a user