Skip to content

gotchamana/wikiquote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wikiquote

Quote of the day from wikiquote

Enviroment

  • Java 11
  • GraalVM 20.3.0
  • Notification program

Compile/Run

./mvnw

Build/Run as uber jar

Build: ./mvnw package
Run: java -jar target/wikiquote-X.X.X.jar

Build/Run as native image

Build: ./mvnw package -Pnative-image
Run: target/wikiquote

Windows user may also want to run editbin /SUBSYSTEM:WINDOWS target\wikiquote.exe to prevent the console from appearing.