Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled
Tomcat的默认端口为8080,端口被占用导致报错
在配置文件中修改Tomcat端口号
server.port=80
在地址栏访问时不能加方法名

Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled
Tomcat的默认端口为8080,端口被占用导致报错
在配置文件中修改Tomcat端口号
server.port=80
在地址栏访问时不能加方法名