Skip to content

Commit 29e2281

Browse files
authored
Merge pull request #12 from Shibushibu1/patch-1
Update InstructorRepository.java
2 parents 3e86586 + 58727e4 commit 29e2281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

springboot-jpa-one-to-one-example/src/main/java/net/alanbinu/springboot/jpa/repository/InstructorRepository.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package net.guides.springboot.jpa.repository;
1+
package net.alanbinu.springboot.jpa.repository;
22

33
import org.springframework.data.jpa.repository.JpaRepository;
44
import org.springframework.stereotype.Repository;

0 commit comments

Comments
 (0)