A QR Code generator using Thymeleaf and ZXing. Demo can be found at:
https://quarcode.lyle.app/
- Spring Boot (JDK 17)
- Thymeleaf
- ZXing
- Maven
docker build -t quarcode .
docker run -p 8080:8080 quarcode:latest
- Navigate to http://localhost:8080/
mvn spring-boot:run
- Open browser at http://localhost:8080/
Use a free QR Code Reader app to scan a QR code image on your phone:
Based on the qr-code-generator app built by Kai Saborowski.