/faistoncine-back

Faistoncine Springboot back office

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

faistoncine-back

Faistoncine Springboot back office

Required

A MySQL 5.7 database faistoncine at : localhost:3306 See settup : application.properties

Usage

  • Install dependencies : ./mvnw install
  • Build back-office : ./mvnw build
  • Run back-office : ./mvnw spring-boot:run
  • Clean generated files : ./mvnw clean