Saturday 25 July 2020

Spring boot Jpa Entity not managed.

The Spring boot app is not able to read Entity.
provide the @EntityScan("com.example.dmo.entity") package in Application class.

Thursday 30 January 2020

Spring Boot STS - Error: cannot find main class

The ERROR due to the Classpath is too long for your Application.

Go to the Properties of your project in Eclipse or STS

1) Properties> Java Compiler> Annotation Processing> Factory Path

Un-Tick the Project Specific Settings. Below is the screenshot for your reference.

2) Make sure remove the Test path from the Java Build Path.


 3) Run the Spring Boot Configuration As shown below.