mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-22 00:43:01 +02:00
Add spring boot resources
Fixed a Typo Spring was written as Sprint
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
# Sprint Boot
|
# Spring Boot
|
||||||
|
|
||||||
Spring Boot is an open source, microservice-based Java web framework. The Spring Boot framework creates a fully production-ready environment that is completely configurable using its prebuilt code within its codebase. The microservice architecture provides developers with a fully enclosed application, including embedded application servers.
|
Spring Boot is an open source, microservice-based Java web framework. The Spring Boot framework creates a fully production-ready environment that is completely configurable using its prebuilt code within its codebase. The microservice architecture provides developers with a fully enclosed application, including embedded application servers.
|
||||||
|
|
||||||
@@ -8,4 +8,4 @@ Spring Boot is an open source, microservice-based Java web framework. The Spring
|
|||||||
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.javaguides.net/2021/07/spring-boot-tutorial-for-beginners.html'>Spring Boot Tutorial</BadgeLink>
|
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.javaguides.net/2021/07/spring-boot-tutorial-for-beginners.html'>Spring Boot Tutorial</BadgeLink>
|
||||||
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.baeldung.com/spring-boot'>Learn Spring Boot</BadgeLink>
|
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.baeldung.com/spring-boot'>Learn Spring Boot</BadgeLink>
|
||||||
<BadgeLink badgeText='Watch' href='https://youtu.be/vtPkZShrvXQ'>Spring Boot Tutorial</BadgeLink>
|
<BadgeLink badgeText='Watch' href='https://youtu.be/vtPkZShrvXQ'>Spring Boot Tutorial</BadgeLink>
|
||||||
<BadgeLink badgeText='Watch' href='https://youtu.be/UfOxcrxhC0s'>Spring Boot for Beginners</BadgeLink>
|
<BadgeLink badgeText='Watch' href='https://youtu.be/UfOxcrxhC0s'>Spring Boot for Beginners</BadgeLink>
|
||||||
|
Reference in New Issue
Block a user