I am trying to run my first springboot application but facing some issues.
In my application file, this is my code
package com.clog.ServiceMgmt; import
Had same problem few days ago. Try to change spring-boot-starter-parent version to 2.1.3.RELEASE, thats resolved my problem.