demo项目代码地址 github https://github.com/alwaysInRoad/zhu_run
csdn下载地址:https://download.csdn.net/download/weixin_40841731/10666132
使用:
第一种:直接运行测试类。
第二种:将相应的类,拷入自己已有的项目,编写自己的测试类或controller接口
步骤:
1、在pom.xml文件中加入
<dependency>
<groupId>com.google.zxing</groupId>
<artifactId>core</artifactId>
<version>3.3.3</version>
</dependency>
2、在对应的service接口及实现类中拷入相应代码,在工具文件中拷入相应代码
3、编写自己的controller类调用service的方法
注意:
1、