Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.16 KB

README.md

File metadata and controls

27 lines (20 loc) · 1.16 KB

Les Projets Cagnottes - core

Release Integration

Prerequisites

Getting Started

  1. Create a PostgreSQL database matching the configuration in src/main/resources/application.properties
  2. Create required environment variables for overriding default config in src/main/resources/application.properties
  3. Run the following command :
mvn clean install spring-boot:run

Dynamic set of data for demo and local debug

Put the following environment variable and the DB will be filled with dynamic data :

export FR_LESPROJETSCAGNOTTES_CORE_DEMO=true