ksbrwsk / qrcode-generator-kotlin

A simple Spring Boot Kotlin application generating QR Codes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A simple Spring Boot Kotlin application generating QR Codes.


Languages

Language:HTML 54.2%Language:Kotlin 43.4%Language:CSS 2.3%