Skip to content

Commit

Permalink
Step 015
Browse files Browse the repository at this point in the history
  • Loading branch information
Ranga Rao Karanam authored and Ranga Rao Karanam committed Jan 4, 2017
1 parent 7b45ed5 commit d22355f
Show file tree
Hide file tree
Showing 13 changed files with 1,339 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Step01.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
- Launch Your First Spring Boot Application.

##Cool thing to note!
Without a lot of configuration, we are up and running with a web application
- Refer https://github.com/in28minutes/SpringMvcStepByStep/blob/master/Step01.md and https://github.com/in28minutes/SpringMvcStepByStep/blob/master/Step11.md to understand the sort of stuff - web.xml, dispatcher servlet configuration, maven dependency management and plugins - that are need to launch a typical web application without Spring Boot!
- Without a lot of configuration, we are up and running with a web application
- Refer https://github.com/in28minutes/SpringMvcStepByStep/blob/master/Step01.md and https://github.com/in28minutes/SpringMvcStepByStep/blob/master/Step11.md to understand the sort of stuff - web.xml, dispatcher servlet configuration, maven dependency management and plugins - that are need to launch a typical web application without Spring Boot!

##What You Will NOT Learn during this Step:
- Spring Boot does a lot of magic. This magic is called Auto Configuration. We will discuss about different terms related to Spring Boot - Starter Parent, Starter projects, Auto configuration - in depth during our first 10 steps.
Expand Down
1 change: 1 addition & 0 deletions Step08.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
- PUT - Update an existing resource
- PATCH - Update part of a resource
- DELETE - Delete a resource

## Useful Snippets and References
First Snippet
```
Expand Down
1 change: 1 addition & 0 deletions Step11.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
##What You Will Learn during this Step:
- Understand Content Negotiation
- Accept:application/xml
- Deliver XML Responses from the REST Services
- http://localhost:8080/surveys/Survey1/questions/

## Useful Snippets and References
Expand Down
Loading

0 comments on commit d22355f

Please sign in to comment.