mirror of
https://gitee.com/dcren/initializr.git
synced 2025-09-20 10:38:12 +08:00
Remove outdated references to Groovy
This commit is contained in:
@@ -23,7 +23,7 @@ the list of available option for each setting and which one is the default.
|
||||
|
||||
|
||||
## Env section
|
||||
TIP: Check {sc-initializr-generator}/metadata/InitializrConfiguration.groovy#L113[the code]
|
||||
TIP: Check {sc-initializr-generator}/metadata/InitializrConfiguration.java#L142[the code]
|
||||
for a full list of the available configuration options.
|
||||
|
||||
The `env` element defines environment option that the service uses:
|
||||
@@ -99,7 +99,7 @@ that dependency is added.
|
||||
with the dependency.
|
||||
* Links to resources such as a guide or a reference doc section.
|
||||
|
||||
TIP: Check {sc-initializr-generator}/metadata/Dependency.groovy[the code] for a full
|
||||
TIP: Check {sc-initializr-generator}/metadata/Dependency.java[the code] for a full
|
||||
list of the available configuration options.
|
||||
|
||||
Here is the most basic dependency entry you could have
|
||||
|
@@ -14,7 +14,7 @@ Stéphane Nicoll; Dave Syer
|
||||
:github-code: https://github.com/{github-repo}/tree/{github-tag}
|
||||
:github-wiki: https://github.com/{github-repo}/wiki
|
||||
:github-master-code: https://github.com/{github-repo}/tree/master
|
||||
:sc-initializr-generator: {github-code}/initializr-generator/src/main/groovy/io/spring/initializr
|
||||
:sc-initializr-generator: {github-code}/initializr-generator/src/main/java/io/spring/initializr
|
||||
:sc-initializr-service: {github-code}/initializr-service/src/main
|
||||
:spring-initializr-docs-version: current
|
||||
:spring-initializr-docs: http://docs.spring.io/initializr/docs/{spring-initializr-docs-version}/reference
|
||||
|
Reference in New Issue
Block a user