generator.server.springboot.database.mariadb.mariadb.md.mustache Maven / Gradle / Ivy
# Usage
Before you can start your project, you must launch the database with the following command
```bash
docker compose -f {{srcMainDocker}}/mariadb.yml up -d
```