我在将Java Spring Boot应用程序连接到MySQL数据库时遇到了问题,请参阅标题中的内容,以及更多信息:java.io.EOFException: Can not read response from server. Expected to read 4 bytes, read 0 bytes before connection was unexpectedly lost.Java应用程序在Debian10机器上运行,MySQL服务器也在那里运行。Spring数据源url:jdbc:
为什么当我使用本地tomcat服务器运行SpringBoot SpringMVC应用程序时,它可以很好地运行并在浏览器上显示,但是当我在tomcat嵌入式服务器上运行它时,应用程序不能加载上下文路径?[/ccbpas/WEB-INF/views/index/loginform.jsp] in DispatcherServlet with name 'dispatcherServlet'
下面是我的SpringBoot