swagger: Could not render e, see the console, 不一定是配置,有可能是JDK的锅

jdk1.8.0_191 导致的 swagger 异常:

正常:
springboot 2.1.2.RELEASE
swagger: 2.9.2
jdk 1.8.0_151

异常:
另外一台机器
springboot 2.1.2.RELEASE
swagger: 2.9.2
jdk 1.8.0_191

现象:
swagger-ui.html 打开正常, 但无法渲染接口信息, 页面报:
Could not render e, see the console

你可能感兴趣的:(swagger,java,restful)