Skip to content
This repository was archived by the owner on Oct 27, 2023. It is now read-only.

Latest commit

 

History

History
27 lines (21 loc) · 625 Bytes

File metadata and controls

27 lines (21 loc) · 625 Bytes

prerequisite

build

cd JavaDriverExample
mvn clean install

run

java -jar target/JavaDriverExample-1.0-SNAPSHOT-jar-with-dependencies.jar

把pom.xml中的mainclass

                                <manifest>
                                    <mainClass>PojoQuickTour</mainClass>
                                </manifest>

换成其它含有main方法的类,比如QuickTour rebuild run