BACK-END/Java

Qrcode & barcode 생성

02:00AM 2022. 1. 12. 13:40

 

 

 

 

--참고

https://www.baeldung.com/java-generating-barcodes-qr-codes

https://github.com/zxing/zxing

 

 

GitHub - zxing/zxing: ZXing ("Zebra Crossing") barcode scanning library for Java, Android

ZXing ("Zebra Crossing") barcode scanning library for Java, Android - GitHub - zxing/zxing: ZXing ("Zebra Crossing") barcode scanning library for Java, Android

github.com

https://iheeeee6-6.tistory.com/5 

 

zxing을 이용하여 QRCode생성하고 저장하기!

1. 먼저 zxing을 사용하기 위해 pom.xml에 추가해준다. com.google.zxing javase 3.1.0 2. controller에 아래와 같이 작성한다.  아래의 메소드는 QRCode를 생성하고 저장하는 메소드이다. @RequestMapping("qr.d..

iheeeee6-6.tistory.com

https://medium.com/nerd-for-tech/how-to-generate-qr-code-in-java-spring-boot-134adb81f10d

 

How to Generate QR Code in Java Spring Boot

As we know that QR Codes are becoming the most widely recognized 2D barcodes worldwide. The big benefit of the QR code is that we can store…

medium.com

https://github.com/rahul26021999/QrCode-JavaSpringBoot

 

GitHub - rahul26021999/QrCode-JavaSpringBoot

Contribute to rahul26021999/QrCode-JavaSpringBoot development by creating an account on GitHub.

github.com

 

'BACK-END > Java' 카테고리의 다른 글

How to get the foreach index in java.  (0) 2022.01.15
replace what?!  (0) 2022.01.14