[Opisać cel projektu]
- [Opisać funkcje]
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
Create database
CREATE DATABASE "hotel"Set environment variable
export 'JDBC_DATABASE_URL=jdbc:postgresql://localhost/hotel?user=[username]&password=[password]'Run appliaction
mvn spring-boot:run| Key | Description |
|---|---|
| JDBC_DATABASE_URL | database connection information |