| | |
| | | return QRCodeUtils.decode(new File(path)); |
| | | } |
| | | |
| | | public static void main(String[] args) throws Exception { |
| | | String text = "http://www.baidu.com"; //这里设置自定义网站url |
| | | String logoPath = "C:\\Users\\admin\\Desktop\\test\\test.jpg"; |
| | | String destPath = "C:\\Users\\admin\\Desktop\\test\\"; |
| | | logger.debug(QRCodeUtils.encode(text, "test", logoPath, destPath, true)); |
| | | } |
| | | // public static void main(String[] args) throws Exception { |
| | | // String text = "http://www.baidu.com"; //这里设置自定义网站url |
| | | // String logoPath = "C:\\Users\\admin\\Desktop\\test\\test.jpg"; |
| | | // String destPath = "C:\\Users\\admin\\Desktop\\test\\"; |
| | | // logger.debug(QRCodeUtils.encode(text, "test", logoPath, destPath, true)); |
| | | // } |
| | | } |