Skip to content

Commit b1401a0

Browse files
远程调试
1 parent d381967 commit b1401a0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,9 @@
127127
<configuration>
128128
<!-- 热部署 -->
129129
<fork>true</fork>
130+
<jvmArguments>
131+
-Xbug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005
132+
</jvmArguments>
130133
</configuration>
131134
</plugin>
132135
</plugins>

0 commit comments

Comments
 (0)