Error starting ApplicationContext. To display the conditions report re-run your application with ‘debug’ enabled.
启动时报错
在网上发现有好多说法,有的说是数据库连接名错误,有的说版本问题。如果说是链接名错误,下面还有有其他的报错信息。但是这个错误并没有。其实报错的真正原因是端口冲突。把冲突的端口kill掉或者 在配置文件更改端口
问题解决可以正常启动了
Error starting ApplicationContext. To display the conditions report re-run your application with ‘debug’ enabled.
启动时报错
在网上发现有好多说法,有的说是数据库连接名错误,有的说版本问题。如果说是链接名错误,下面还有有其他的报错信息。但是这个错误并没有。其实报错的真正原因是端口冲突。把冲突的端口kill掉或者 在配置文件更改端口
问题解决可以正常启动了