You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you use Maven, visit the https://start.spring.io/#!type=maven-project&language=java&platformVersion=2.4.3.RELEASE&packaging=jar&jvmVersion=1.8&groupId=com.example&artifactId=scheduling-tasks&name=scheduling-tasks&description=Demo%20project%20for%20Spring%20Boot&packageName=com.example.scheduling-tasks[Spring Initializr] to generate a new project with the required settings.
24
+
If you use Maven, visit the https://start.spring.io/#!type=maven-project&language=java&platformVersion=2.4.3&packaging=jar&jvmVersion=1.8&groupId=com.example&artifactId=scheduling-tasks&name=scheduling-tasks&description=Demo%20project%20for%20Spring%20Boot&packageName=com.example.scheduling-tasks[Spring Initializr] to generate a new project with the required settings.
25
25
26
26
The following listing shows the `pom.xml` file that is created when you choose Maven:
27
27
@@ -32,7 +32,7 @@ include::initial/pom.xml[]
32
32
----
33
33
====
34
34
35
-
If you use Gradle, visit the https://start.spring.io/#!type=gradle-project&language=java&platformVersion=2.4.3.RELEASE&packaging=jar&jvmVersion=1.8&groupId=com.example&artifactId=scheduling-tasks&name=scheduling-tasks&description=Demo%20project%20for%20Spring%20Boot&packageName=com.example.scheduling-tasks[Spring Initializr] to generate a new project with the required settings.
35
+
If you use Gradle, visit the https://start.spring.io/#!type=gradle-project&language=java&platformVersion=2.4.3&packaging=jar&jvmVersion=1.8&groupId=com.example&artifactId=scheduling-tasks&name=scheduling-tasks&description=Demo%20project%20for%20Spring%20Boot&packageName=com.example.scheduling-tasks[Spring Initializr] to generate a new project with the required settings.
36
36
37
37
The following listing shows the `build.gradle` file that is created when you choose Gradle:
0 commit comments