Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ We also used some third party utilities, such as [Lombok project](https://projec

For testing purpose, Spring test/JUnit, Mockito, Rest Assured will be used.

##Smaple application
##Sample application

In order to demonstrate how to build RESTful APIs, I will implement a simple Blog system to explain it in details.

Expand All @@ -81,7 +81,7 @@ A normal user can execute the most common tasks.
A administrater should have more advanced permissions, eg. he can manage the system users.

1. Create a new user.
2. Update uesr
2. Update user
3. Delete user
4. Search users by keyword.

Expand Down