findOne(id); 报错
选了之后
不报错了 但是服务起不来
Error creating bean with name 'girlController': Unsatisfied dependency expressed through field 'girlRepository'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'girlRepository': Invocation of init method failed; nested exception is java.lang.IllegalArgumentException: Failed to create query for method public abstract com.example.demo.damain.Girl com.example.demo.repository.GirlRepository.findOne(java.lang.Integer)! No property findOne found for type Girl!