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
Visit the https://spring.io/projects/spring-cloud-function[Spring Cloud Function project page] to get an overview about this project. The https://docs.spring.io/spring-cloud-function/reference/spring-cloud-function/introduction.html[Reference Documentation] provides more details how you can use the project.
16
16
17
17
[[getting-started]]
18
18
= Getting Started
19
19
:page-section-summary-toc: 1
20
-
20
+
https://start.spring.io/#!type=maven-project&language=java&packaging=jar&jvmVersion=21&dependencies=cloud-function[Start a new project using Spring Initializr] or try https://github.com/spring-cloud/spring-cloud-function/tree/main/spring-cloud-function-samples[existing samples].
21
21
22
22
[[building]]
23
23
= Building
@@ -51,7 +51,7 @@ build succeed, please raise a ticket to get the settings added to
51
51
source control.
52
52
53
53
The projects that require middleware (i.e. Redis) for testing generally
54
-
require that a local instance of [Docker](https://www.docker.com/get-started) is installed and running.
54
+
require that a local instance of https://www.docker.com/get-started[Docker] is installed and running.
0 commit comments