commit
4a896f2272
|
@ -217,7 +217,7 @@ More details on getting started with Spring Boot and Gradle can be found in the
|
|||
[[getting-started-installing-the-cli]]
|
||||
=== Installing the Spring Boot CLI
|
||||
The Spring Boot CLI (Command Line Interface) is a command line tool that you can use to quickly prototype with Spring.
|
||||
It lets you run http://groovy-lang.org/[Groovy] scripts, which means that you have a familiar Java-like syntax without so much boilerplate code.
|
||||
It lets you run https://groovy-lang.org/[Groovy] scripts, which means that you have a familiar Java-like syntax without so much boilerplate code.
|
||||
|
||||
You do not need to use the CLI to work with Spring Boot, but it is definitely the quickest way to get a Spring application off the ground.
|
||||
|
||||
|
|
|
@ -2315,7 +2315,7 @@ Also, many other templating engines include their own Spring MVC integrations.
|
|||
Spring Boot includes auto-configuration support for the following templating engines:
|
||||
|
||||
* https://freemarker.apache.org/docs/[FreeMarker]
|
||||
* http://docs.groovy-lang.org/docs/next/html/documentation/template-engines.html#_the_markuptemplateengine[Groovy]
|
||||
* https://docs.groovy-lang.org/docs/next/html/documentation/template-engines.html#_the_markuptemplateengine[Groovy]
|
||||
* https://www.thymeleaf.org[Thymeleaf]
|
||||
* https://mustache.github.io/[Mustache]
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ html {
|
|||
div(class:'navbar') {
|
||||
div(class:'navbar-inner') {
|
||||
a(class:'brand',
|
||||
href:'http://docs.groovy-lang.org/docs/latest/html/documentation/markup-template-engine.html') {
|
||||
href:'https://docs.groovy-lang.org/docs/latest/html/documentation/markup-template-engine.html') {
|
||||
yield 'Groovy - Layout'
|
||||
}
|
||||
ul(class:'nav') {
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
^http://docs.groovy-lang.org.*
|
||||
^http://exslt.org/common.*
|
||||
^http://groovy-lang.org.*
|
||||
^http://hsqldb.org.*
|
||||
^http://livereload.com/.*
|
||||
^http://www.jdotsoft.com.*
|
||||
|
|
Loading…
Reference in New Issue