An open API service indexing awesome lists of open source software.

https://github.com/sake92/contacts-springboot


https://github.com/sake92/contacts-springboot

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Contacts project

A simple, REST-oriented Spring Boot project.

Import `Contacts.postman_collection.json` into Postman and try it out!

## Lombok installation
Intellij users just install the Lombok plugin.
Eclipse users:
- download & run JAR, it detects Eclipse i installs Lombok
- close and open Eclipse (not File -> Restart!!!)
- turn on **Annotation Processing** on project

---

## Database
This project is using H2 in-memory db.

- go to http://localhost:8080/h2-console
- connect to `jdbc:h2:mem:contacts`, username: `sa`, password: