Skip to content
Open
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
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# todoSpring
A todolist rest api to test Spring. This project demonstrate how to start a simple REST API with Spring.

## Dependencies
This project use gradle as dependencies manager.
Here are the mainly used dependencies.

### org.springframework.boot

Main framework

### org.projectlombok:lombok

Lombok simplifies repetitive coding concept such as: Getter/Setters, toString functions... Using annotations.

### com.h2database:h2

This project use H2 to simulate a database.

## Licence
This project is [MIT](https://opensource.org/licenses/MIT) licenced