Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled. [2m2021-04-04 21:55:17.475 [0;39m [31mERROR [0;39m [35m18524 [0;39m [2m--- [0;39m [2m[ main] [0;39m [36mo.s.boot.SpringApplication [0;39m [2m: [0;39m Application run failed
This error arise while run springboot application
Solution
step1 open application.properties file then enable
debug=true
server.port=8014

Comments
Post a Comment