# java-qrcode-terminal **Repository Path**: shiyuan/java-qrcode-terminal ## Basic Information - **Project Name**: java-qrcode-terminal - **Description**: 终端打印qrcode - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2018-05-24 - **Last Updated**: 2021-11-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # java-qrcode-terminal 终端打印qrcode *** 参考了github上的项目 https://github.com/zhangshanhai/java-qrcode-terminal 原来的代码只支持win下idea,在此基础上加入ide支持、windows原生命令行支持 *** ## Setup Run: ``` cd /path/to/project mvn compile mvn exec:java -Dexec.mainClass="com.vvvtimes.util.Main" ```