Spring-boot 编写hello world

项目启动时出现以下报错信息:io

Unrecognized VM option 'TieredStopAtLevel=1'
Could not create the Java virtual machine.

解决方法:缘由是使用JDK1.6,不支持TieredStopAtLevel=1,须要安装JDK1.7版本,并设置JAVA_HOME。方法