Skip to content

Commit 59da895

Browse files
author
Udhayakumar Govindarajan
authored
Update README.md
1 parent 7128506 commit 59da895

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,14 @@ You will learn:
103103

104104
#### Employee Rest Api
105105

106+
A simple REST Api is created for maintaining Employee inforamtion in the System.
107+
106108
You will learn:
107109

108110
* CRUD implementation using HTTP verbs
109-
* Swagger 2.o usage
111+
* Swagger 2.O usage
110112
* Custom response handler implementation - To handle error and exception
113+
* JSON and XML Negotiation
111114

112115
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.
113116

@@ -125,7 +128,7 @@ Watch the space !
125128

126129
For Example 1: Run / Deploy on Apache Tomcat Server.
127130

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.
129132

130133
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/).
131134

0 commit comments

Comments
 (0)