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!