forked from AOEpeople/aoe_technology_radar
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Daniel Kopp
committed
Mar 12, 2018
1 parent
b221923
commit 9167865
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
title: "Spring Boot" | ||
ring: assess | ||
quadrant: languages-and-frameworks | ||
|
||
--- | ||
|
||
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. | ||
|
||
The Spring Cloud ecosystem also gives you a lot of extension points for developing, deploying and running cloud applications. | ||
|
||
It's based on the rock-solid Spring framework and provides excellent documentation. | ||
|
||
At AOE, we use Spring Boot in a microservice architecture. Together with Groovy and Kotlin as the implementation Languages, and some other Tools (Spring Security, Cloud, HATEOAS, Data, Session) from the Spring environment, we are able to create complex and powerful applications in no time. | ||
|