Generate the QR Code using Spring Boot Application

Amin
mabttech
Published in
Feb 18, 2022

generate the QR code

IntelliJ IDEA — active Licence
2.5.9

https://docs.spring.io/spring-boot/docs/2.6.3/maven-plugin/reference/htmlsingle/#run

If you get this error, then downgrade the version by 1, and do not use the SNAPSHOT versions, please
Select the 2.5.9 version
if you got errors like this, then go delete what’s inside your .m2/repositry folder then do maven>clean, then maven>install and errors will be fixed ( delete only the repository folder from .m2 and the target folder from your project if you get alots of errors )
maven clean
maven install

--

--