- OpenAPI Spec(API First)
- JOOQ(Database First)
- Java 17
- Maven 3.X
- MySQL 8.X
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