Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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