Cannot compile because of wrong import: com.stl.crm.security.CustomUserDetails
Opened this issue · 0 comments
zkvarz commented
In the class com.stl.crm.controller.CustomerController there is a wrong import
import com.stl.crm.security.CustomUserDetails;
So, project cannot be compiled. This line should be deleted.