https://github.com/medaminebt/Springboot-QRCodeGeneratorApp
✔️ QR code generator spring boot ( maven + java 8 ) application using google.zxing _ testing with postman
https://github.com/medaminebt/Springboot-QRCodeGeneratorApp
intellij java-8 maven qrcode-generator spring spring-boot
Last synced: 9 months ago
JSON representation
✔️ QR code generator spring boot ( maven + java 8 ) application using google.zxing _ testing with postman
- Host: GitHub
- URL: https://github.com/medaminebt/Springboot-QRCodeGeneratorApp
- Owner: medaminebt
- Created: 2022-02-19T00:11:39.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-19T01:39:56.000Z (over 4 years ago)
- Last Synced: 2025-02-26T23:57:41.131Z (over 1 year ago)
- Topics: intellij, java-8, maven, qrcode-generator, spring, spring-boot
- Language: Java
- Homepage:
- Size: 2.65 MB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spring Boot QrCode GeneratorApp:
* ### spring boot ( 2.5.9 / 2.6.3)
* ### maven
* ### java 8
* ### google.zxing
You can change the String to : link, file path, image path, ID, username
, email address, secret client code, simple text, product name, product number, URL ..etc
in controller :
**http://localhost:8080/genrateAndDownloadQRCode/{codeText}/{width}/{height}**
## Testing using post man ( GET REQUEST ) :
```
http://localhost:8080/genrateAndDownloadQRCode/SILVER_IMAGE_PATH/350/350
```
# Doc :
https://github.com/iifast2/Springboot-QRCodeGeneratorApp/blob/main/Generate_the_QR_Code_using_Spring_Boot_Application.pdf