Compare commits

..

1 Commits

Author SHA1 Message Date
root c3c5a4f745 Update 'README.adoc' 1 year ago

@ -8,8 +8,8 @@ It takes an opinionated view of the Spring platform so that new and existing use
You can use Spring Boot to create stand-alone Java applications that can be started using `java -jar` or more traditional WAR deployments. You can use Spring Boot to create stand-alone Java applications that can be started using `java -jar` or more traditional WAR deployments.
We also provide a command-line tool that runs Spring scripts. We also provide a command-line tool that runs Spring scripts.
Our primary goals are:
Our primary goals are:
* Provide a radically faster and widely accessible getting started experience for all Spring development. * Provide a radically faster and widely accessible getting started experience for all Spring development.
* Be opinionated, but get out of the way quickly as requirements start to diverge from the defaults. * Be opinionated, but get out of the way quickly as requirements start to diverge from the defaults.

@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.3-bin.zip
networkTimeout=10000 networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists

Loading…
Cancel
Save