You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -103,11 +103,14 @@ You will learn:
103
103
104
104
#### Employee Rest Api
105
105
106
+
A simple REST Api is created for maintaining Employee inforamtion in the System.
107
+
106
108
You will learn:
107
109
108
110
* CRUD implementation using HTTP verbs
109
-
* Swagger 2.o usage
111
+
* Swagger 2.O usage
110
112
* Custom response handler implementation - To handle error and exception
113
+
* JSON and XML Negotiation
111
114
112
115
Currently am developing an Angular app that talk to this Api to create, read, update and delete Employee information. Soon will post the repository link here.
113
116
@@ -125,7 +128,7 @@ Watch the space !
125
128
126
129
For Example 1: Run / Deploy on Apache Tomcat Server.
127
130
128
-
For other examples, embeeded tomcat server that comes with Spring boot will be used.
131
+
For other examples, embedded tomcat server that comes with Spring boot will be used.
129
132
130
133
If you wish to deploy the service in AWS, please follow this link - [Deploying a Spring Boot Application on AWS Using AWS Elastic Beanstalk](https://aws.amazon.com/blogs/devops/deploying-a-spring-boot-application-on-aws-using-aws-elastic-beanstalk/).
0 commit comments