# spring-boot-qrcode **Repository Path**: oldni/spring-boot-qrcode ## Basic Information - **Project Name**: spring-boot-qrcode - **Description**: Java生成二维码图片 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-04-16 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README csdn :[https://blog.csdn.net/qq_27464169/article/details/89313649](https://blog.csdn.net/qq_27464169/article/details/89313649) ## Java生成微信二维码 ### 系统环境 JDK8,MAVEN ### 需要了解的依赖 > 如何将QRCode.jar添加到本地maven仓库中? > 1,下载Jar包到本地D盘,例如:D:\QRCode.jar > 2,cmd 中执行mvn install 命令 格式为: > mvn install:install-file > -Dfile=\ > -DgroupId=\ > -DartifactId=\ > -Dversion=\ > -Dpackaging=\ > 例如: > mvn install:install-file > -Dfile=D:\QRCode.jar > -DgroupId=QRCode > -DartifactId=QRCode > -Dversion=3.0 > -Dpackaging=jar > 3,在pom.xml中增加如下语句 > \ > \QRCode\ > \QRCode\ > \3.0\ > \