Reading json file from some location and sending it in Response body - Spring boot hello world example
Before going to give Program for this let me introduce Spring boot first.
Spring boot is Frame work from Spring Developers Team. To ease the development of Spring applications. its not any new or different framework than spring framework, Spring boot is built on top of spring framework which helps doing spring configurations with annotation. its the latest Framework which is using vastly now a days.
Am going to give git hub location for the code which you can pull of fork it.
Click Here for GitHub location.
Spring boot is Frame work from Spring Developers Team. To ease the development of Spring applications. its not any new or different framework than spring framework, Spring boot is built on top of spring framework which helps doing spring configurations with annotation. its the latest Framework which is using vastly now a days.
Am going to give git hub location for the code which you can pull of fork it.
Click Here for GitHub location.
Explanation for Project:
The project is simple Spring boot Application. which reads json file and convert it into object and send it as json response.
This project is use full in implementing dynamic fields of UI. (Performance tuning required)
Comments
Post a Comment