From 1462c6ad187e6781384f11b854cde5f4c013a550 Mon Sep 17 00:00:00 2001 From: Mathias Schopmans Date: Tue, 4 Apr 2017 09:24:28 +0200 Subject: [PATCH] Add link to Spring Boot --- radar/2017-03-01/spring-boot.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radar/2017-03-01/spring-boot.md b/radar/2017-03-01/spring-boot.md index 8c68a864..bd493a08 100644 --- a/radar/2017-03-01/spring-boot.md +++ b/radar/2017-03-01/spring-boot.md @@ -5,7 +5,7 @@ quadrant: languages-and-frameworks --- -With Spring Boot you create standalone Spring Applications with minimum configuration. Spring Boot rapidly gets you up and running for production. +With Spring Boot you create standalone Spring Applications with minimum configuration. [Spring Boot](https://projects.spring.io/spring-boot/) rapidly gets you up and running for production. With an embedded Tomcat, Jetty and Undertow you have everything you need to deploy your application out-of-the-box.