解决Jetty部署启动报错Unsupported major.minor version 51.0的问题

问题原因

Jetty支持的complier与正在使用的不匹配

解决方法

通过降级Jetty解决