IDE下多次运行main方法
is single-instance run configuration. Are you sure you want to stop the running one?
默认IDE是不能重复运行main方法的,运行一个main后再次运行会弹出下面的弹出框提示。
修改配置如下
去掉Single instance only的勾选框即可。
默认IDE是不能重复运行main方法的,运行一个main后再次运行会弹出下面的弹出框提示。
修改配置如下
去掉Single instance only的勾选框即可。