File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
archive/native-netty-plot Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 3838 # re-package project to include new reachability metadata collected by agent
3939 mvn --no-transfer-progress package
4040 native-image -jar target/netty-plot-0.1-jar-with-dependencies.jar
41- du -h netty-plot-0.1-jar-with-dependencies
42- ./netty-plot-0.1-jar-with-dependencies &
41+ du -h netty-plot
42+ ./netty-plot &
4343 sleep 10
4444 curlhttp://127.0.0.1:8080/
Original file line number Diff line number Diff line change 1212 <native .maven.plugin.version>0.10.4</native .maven.plugin.version>
1313 <maven .compiler.source>${java.specification.version} </maven .compiler.source>
1414 <maven .compiler.target>${java.specification.version} </maven .compiler.target>
15+ <imageName >netty-plot</imageName >
1516 </properties >
1617
1718 <dependencies >
You can’t perform that action at this time.
0 commit comments