Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 378 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 378 Bytes

ZXC CXC Service

Description

  • OpenAPI Spec(API First)
  • JOOQ(Database First)

Prerequisites

  • Java 17
  • Maven 3.X
  • MySQL 8.X

Initial Setup

Run MySQL8 Service, and initialize zixiDatabase database using the init.sql script

docker-compose up

Compile the project, and generate the JOOQ classes and the OpenAPI Spec classes

mvn clean compile