1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-02-24 03:23:08 +01:00

Add spring boot resources

Fixed a Typo Spring was written as Sprint
This commit is contained in:
AyushRaghuvanshi 2022-10-21 20:55:05 +05:30 committed by GitHub
parent a0e7c07ecf
commit 4a42ba9c2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.
@ -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.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/UfOxcrxhC0s'>Spring Boot for Beginners</BadgeLink>
<BadgeLink badgeText='Watch' href='https://youtu.be/UfOxcrxhC0s'>Spring Boot for Beginners</BadgeLink>