Spring Boot Deployed in Tomcat gives 404 but works Stand-alone

前端 未结 3 488
孤城傲影
孤城傲影 2021-01-04 09:29

I have been testing Spring Boot with embedded Tomcat for about a month now to build a REST API. Everything was working fine. We now want to deploy the API in a separate deve

3条回答
  •  无人及你
    2021-01-04 09:46

    check java -version means the if you complied war in java 8 and tomcat is running on java 7 then it doesn't work.

提交回复
热议问题