SpringBoot项目打成war包后,运行>java -jar xxx.war时,报错:FileNotFoundException: Jar URL cannot be resolved to absolute file path because it does not reside in the file system: war:file...
解决办法:SpringBoot换成1.5.6就行了。
原因:这是SpringBoot低版本自身的问题。
SpringBoot项目打成war包后,运行>java -jar xxx.war时,报错:FileNotFoundException: Jar URL cannot be resolved to absolute file path because it does not reside in the file system: war:file...
解决办法:SpringBoot换成1.5.6就行了。
原因:这是SpringBoot低版本自身的问题。