Advertisement
Guest User

Untitled

a guest
Dec 8th, 2016
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.81 KB | None | 0 0
  1. 2016-12-08 14:32:22.869 ERROR 16755 --- [  restartedMain] o.s.boot.SpringApplication               : Application startup failed
  2.  
  3. org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'participantController': Unsatisfied dependency expressed through field 'participantService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'participantServiceImpl': Unsatisfied dependency expressed through field 'participantRepository'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'participantRepository': Invocation of init method failed; nested exception is org.springframework.data.mapping.PropertyReferenceException: No property getOne found for type Participant!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement