19.2. 作为一个打包后的应用运行
$ java -jar target/myproject-0.0.1-SNAPSHOT.jar$ java -Xdebug -Xrunjdwp:server=y,transport=dt_socket,address=8000,suspend=n \
-jar target/myproject-0.0.1-SNAPSHOT.jarLast updated
Was this helpful?
$ java -jar target/myproject-0.0.1-SNAPSHOT.jar$ java -Xdebug -Xrunjdwp:server=y,transport=dt_socket,address=8000,suspend=n \
-jar target/myproject-0.0.1-SNAPSHOT.jarLast updated
Was this helpful?
Was this helpful?