Home

 Welcome...


Hi, This is Roman Sarker. Software Engineer of Amerni Technology of UAE.
I am here to help you to fix your bug from my little experience.

No comments:

Post a Comment

4. org.springframework.data.repository.query.QueryCreationException: Could not create query for public abstract java.util.List com.roman.demo.ProgrammerRepo.ProgrammerRepo.findN(java.lang.String)

 Solution :  Add below query annotation  @Query(value="SELECT * FROM programmer WHERE name = ?1", nativeQuery = true ) instead of ...