Skip to content

Commit 9b856d0

Browse files
Ranga Rao KaranamRanga Rao Karanam
authored andcommitted
Step 04
1 parent dfc70f8 commit 9b856d0

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,29 @@ Spring Boot Tutorial For Beginners
1616
- Video : https://www.youtube.com/watch?v=DLPjCZ5n_SM
1717

1818
##Course Overview
19+
20+
###Introduction
21+
Spring Boot makes it easy to create stand-alone, production-grade Spring based Applications that you can “just run”. We take an opinionated view of the Spring platform and third-party libraries so you can get started with minimum fuss. Most Spring Boot applications need very little Spring configuration.
22+
23+
With Microservices, focus is shifting to getting started with developing web applications quickly. Spring Boot enables this.
24+
Typical stuff done at the start of projects
25+
- Framework setup
26+
- Identifying compatible framework versions. for example, Which version of Spring and Hibernate to use?
27+
- Configuring (Integrating) frameworks
28+
- Configuring web.xml, Configuring Dispatcher Servlet
29+
- Configuring data source, session factory
30+
- Logging, Transaction Management, Error Handling
31+
- Configuration Management
32+
- Configuring Servers to deploy applications to
33+
- Monitoring Applications
34+
35+
###Goals
36+
- Extracted from https://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/#getting-started-introducing-spring-boot
37+
- Provide quick start for projects with Spring.
38+
- Be opinionated but provide options.
39+
- Provide a range of non-functional features that are common to large classes of projects (e.g. embedded servers, security, metrics, health checks, externalized configuration).
40+
- Absolutely no code generation and no requirement for XML configuration.
41+
1942
###Step List
2043
- Step 01 : Todo...
2144

0 commit comments

Comments
 (0)