此文章发布于64
个月前,部分信息可能已经过时
,请自行斟酌确认。
Spring Boot 2.2.0
发布了,说是支持 Java 13
,于是建了一个项目试试,运行时提示以下警告:
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/Debug Configurations
,将 Spring Boot
- Enable launch optimization
去掉勾选。