Skip to content

Latest commit

 

History

History
49 lines (36 loc) · 1.35 KB

File metadata and controls

49 lines (36 loc) · 1.35 KB

VMware Tanzu Application Service > Butler

How to Build

./mvnw clean package

Defaults to H2 in-memory backend

Requirements

Currently Requires Java 25 to be installed

Alternatives

The below represent a collection of Maven profiles available in the Maven POM.

./mvnw clean package -Drdbms=mysql

Work with MySQL backend

./mvnw clean package -Drdbms=postgres

Work with Postgres backend

./mvnw clean package -Plog4j2

Swap out default "lossy" logging provider

# Using Cloud Native Buildpacks image
./mvnw spring-boot:build-image -Pnative

# Using pre-installed Graal CE
./mvnw native:compile -Pnative -DskipTests