Skip to content

dagrammy/quarkus-env-reproducer-maven

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quarkus env var in application.properties with maven reproducer

Creating a native executable

You can create a native executable using:

unset BANNER # just to be sure
 ./mvnw clean package -Pnative

Run the application:

./target/command-mode-quickstart-1.0.0-SNAPSHOT-runner

→ header is not shown

Set env var BANNER and run the application:

export BANNER=true
./target/command-mode-quickstart-1.0.0-SNAPSHOT-runner

→ header is shown

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages