使用IntelliJ IDEA 2022.1.1 运行springboot代码,出现如下警告:
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.
解决方案:
菜单 Run ==》 Edit Configurations... ==》Build and run ==> Modify options ==>
勾选 Disable launch optimization


在使用IntelliJIDEA2022.1.1运行SpringBoot项目时遇到了JavaHotSpot64-BitServerVM的警告,警告指出-Xverify:none和-noverify选项在JDK13中已被弃用,并可能在未来的版本中被移除。为了解决这个问题,用户需要进入Run->EditConfigurations->Buildandrun->Modifyoptions,然后勾选Disablelaunchoptimization。

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



