A Scanner Device for Capturing QRcode or barcode If you want to get any output from scanner device and wants to store data or manipulate the output data using java then follow these steps. We use socket programming to...
Category - Spring Boot
You can print any files or images (pdf,jpeg,png,docs) by using java programming code. If you are using Maven projects then include this dependencies in your POM file. <!-- --> <dependency> ...
Create or generate QRcode using java. For maven project add this dependency in your POM file. Make sure version should not be less than 2.2 otherwise error will occurs in code. <!-- --> <dependency> ...
Required Dependency <dependency> <groupId>com.sun.mail</groupId> <artifactId>javax.mail</artifactId> <version>1.5.5</version> </dependency> <!-- --> ...
This is the simple Demo were we see how to secure web application using spring boot.