Add spring boot resources

Fixed a Typo Spring was written as Sprint
pull/2600/head^2
AyushRaghuvanshi 2 years ago committed by GitHub
parent a0e7c07ecf
commit 4a42ba9c2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      content/roadmaps/110-java/content/103-java-web-frameworks/101-spring-boot.md

@ -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>

Loading…
Cancel
Save