sake92 / contacts-springboot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About


Languages

Language:Java 100.0%