Error creating bean with name ‘entitymanagerfactory’ defined in class path resource

Accidentally lead to:

 import org.springframework.data.annotation.Id;

We should introduce:

import javax.persistence.Id;

Read More: