/qrcode-generator-kotlin

A simple Spring Boot Kotlin application generating QR Codes.

Primary LanguageHTML

A simple Spring Boot Kotlin application generating QR Codes.

Features

A simple Spring Boot standalone application generating QR Codes based on ZXing ("Zebra Crossing") barcode scanning library.

CI build

Build & run

Prerequisites:

Application properties can be configured in

qrcode-generator-kotlin/src/main/resources

Use

mvn package

to build the application and

java -jar target/qrcode-generator-kotlin-1.0.0-SNAPSHOT.jar

or

mvn spring-boot:run

to run it on your development machine.

Point your browser to

http://localhost:8080