https://github.com/sake92/contacts-springboot
https://github.com/sake92/contacts-springboot
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/sake92/contacts-springboot
- Owner: sake92
- Created: 2021-03-11T13:55:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-11T14:01:23.000Z (over 5 years ago)
- Last Synced: 2025-02-11T15:58:45.969Z (over 1 year ago)
- Language: Java
- Size: 60.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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: