The steps below will get you up and running with a local development environment. We assume you have the following installed:
- JDK 1.8
- PostgreSQL
- Maven
- Lombok Plugin for your IDE
Key | Description |
---|---|
spring.datasource.url | localhost example — jdbc:postgresql:cthouse |
spring.datasource.username | self-explanatory |
spring.datasource.password | self-explanatory |