Merge branch '1.5.x'
This commit is contained in:
commit
294bcbe962
|
@ -48,8 +48,6 @@ Spring Boot Maven Plugin
|
|||
|
||||
* {{{./examples/repackage-disable-attach.html}Local repackaged artifact}}
|
||||
|
||||
* {{{./examples/custom-layout.html}Custom layout}}
|
||||
|
||||
* {{{./examples/exclude-dependency.html}Exclude a dependency}}
|
||||
|
||||
* {{{./examples/run-debug.html}Debug the application}}
|
||||
|
@ -62,6 +60,8 @@ Spring Boot Maven Plugin
|
|||
|
||||
* {{{./examples/build-info.html}Generate build information}}
|
||||
|
||||
* {{{./examples/custom-layout.html}Custom layout}}
|
||||
|
||||
[]
|
||||
|
||||
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
<item name="Skip integration tests" href="examples/it-skip.html"/>
|
||||
<item name="Specify active profiles" href="examples/run-profiles.html"/>
|
||||
<item name="Generate build information" href="examples/build-info.html"/>
|
||||
<item name="Custom layout" href="examples/custom-layout.html"/>
|
||||
</menu>
|
||||
<menu ref="reports"/>
|
||||
</body>
|
||||
|
|
Loading…
Reference in New Issue