This commit is contained in:
zyyang 2021-01-05 13:33:04 +08:00
parent 243d58d1fa
commit b1862fef52
1 changed files with 1 additions and 1 deletions

View File

@ -23,4 +23,4 @@ mvn clean package assembly:single
The ``pom.xml`` is configured to package all the dependencies into one executable jar file. The ``pom.xml`` is configured to package all the dependencies into one executable jar file.
To run it, go to ``examples/JDBC/JDBCDemo/target`` and execute To run it, go to ``examples/JDBC/JDBCDemo/target`` and execute
<pre>java -jar jdbcChecker-SNAPSHOT-jar-with-dependencies.jar -host localhost</pre> <pre>java -jar JDBCDemo-SNAPSHOT-jar-with-dependencies.jar -host localhost</pre>