Skip to content

Commit

Permalink
I'm too lazy to put in a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Ranga Rao Karanam authored and Ranga Rao Karanam committed Dec 15, 2017
1 parent 50fe47e commit 0a5c2d9
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 19 deletions.
38 changes: 20 additions & 18 deletions 01.framework-introductions/springboot-in-10-steps/notes.txt
Original file line number Diff line number Diff line change
@@ -1,23 +1,25 @@
Goals
Enable building production ready applications quickly
Provide common non-functional features
- embedded servers
- metrics
- health checks
- externalized configuration
## Spring Boot

What Spring Boot is NOT!
ZERO code generation
Neither an application server nor a web server
### Goals
- Enable building production ready applications quickly
- Provide common non-functional features
- embedded servers
- metrics
- health checks
- externalized configuration

Features
Quick Starter Projects with Auto Configuration
- Web
- JPA
Embedded Servers - Tomcat, Jetty or Undertow
Production-ready features
- metrics and health checks
- externalized configuration
### What Spring Boot is NOT!
- ZERO code generation
- Neither an application server nor a web server

### Features
- Quick Starter Projects with Auto Configuration
- Web
- JPA
- Embedded Servers - Tomcat, Jetty or Undertow
- Production-ready features
- metrics and health checks
- externalized configuration


http://localhost:8080/books => Few hardcoded books
Expand Down
1 change: 1 addition & 0 deletions 03.microservices/zipkin-distributed-tracing-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
</properties>

<dependencies>

<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-sleuth-zipkin-stream</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ Refer each steps

### Other Courses

- [Most Watched Courses on YouTube - 30,000 Subscribers](https://www.youtube.com/watch?v=bNFoN956P2A&list=PLBBog2r6uMCQhZaQ9vUT5zJWXzz-f49k1)
- [Check out all our courses with 100,000 Students](https://courses.in28minutes.com/courses)
- [25 Videos and Articles for Beginners on Spring Boot](http://www.springboottutorial.com/spring-boot-tutorials-for-beginners)
- Our Best Courses with 66,000 Students and 4,000 5-Star Ratings
* [Java Interview Guide : 200+ Interview Questions and Answers](https://www.udemy.com/java-interview-questions-and-answers/?couponCode=JAVA_INTER_GIT)
Expand Down

0 comments on commit 0a5c2d9

Please sign in to comment.