Springboot Rest
Springboot Rest
Springboot Rest
For web applications spring boot provides built in web servers (tomcat) .
Data formats :
XML format
JSON format
XML Format :
<employee>
<empId> 100 </empId>
<empName> 'saddam' </empName>
<employee>
Multiple Object : [
]
How to create spring boot rest application project ?
spring web
dev tools
spring boot dev tools whenever makes the changes in code we can save the code that's it automatic restart
the code without using the stopping process