I have a problem with Java Spring Boot application finding a file let’s call it appservice. The application works and is running smoothly however I am having trouble finding a certain class file, particularly, com.app.appservice.domain.appSegments.
I can see other classes under the parent repository such as com.app.appservice.service.transformapp.zoms.Utilities. but not classes that has com.app.appservice.domain.
I also check and there is no domain folder.
I need to edit this class since I have issues setting a new field instantiated in this class.