Java HotSpot(TM) 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release.
在IDEA中使用springboot运行后报错,如上.则可以通过设置解决
Run>>Edit Configurations...>>

将红色框内的勾选取消即可
在IDEA中使用SpringBoot时遇到JavaHotSpot的过时警告,提到Options-Xverify和-noverify在JDK13中被废弃。解决方法是在运行配置中取消相关选项的勾选。
Java HotSpot(TM) 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release.
在IDEA中使用springboot运行后报错,如上.则可以通过设置解决
Run>>Edit Configurations...>>

将红色框内的勾选取消即可
3079
4166
3924

被折叠的 条评论
为什么被折叠?