Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iifast2/springboot-qrcodegeneratorapp
✔️ QR code generator spring boot ( maven + java 8 ) application using google.zxing _ testing with postman
https://github.com/iifast2/springboot-qrcodegeneratorapp
intellij java-8 maven qrcode-generator spring spring-boot
Last synced: about 20 hours ago
JSON representation
✔️ QR code generator spring boot ( maven + java 8 ) application using google.zxing _ testing with postman
- Host: GitHub
- URL: https://github.com/iifast2/springboot-qrcodegeneratorapp
- Owner: iifast2
- Created: 2022-02-19T00:11:39.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-19T01:39:56.000Z (almost 3 years ago)
- Last Synced: 2024-11-11T14:44:23.890Z (2 months 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 ..etcin 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