Loading example-common/repository-jpa/src/main/java/org/apache/shardingsphere/example/common/jpa/service/UseService.java→example-common/repository-jpa/src/main/java/org/apache/shardingsphere/example/common/jpa/service/JPAUserService.java +1 −1 Original line number Diff line number Diff line Loading @@ -19,5 +19,5 @@ package org.apache.shardingsphere.example.common.jpa.service; import org.apache.shardingsphere.example.common.service.CommonService; public interface UseService extends CommonService { public interface JPAUserService extends CommonService { } Loading
example-common/repository-jpa/src/main/java/org/apache/shardingsphere/example/common/jpa/service/UseService.java→example-common/repository-jpa/src/main/java/org/apache/shardingsphere/example/common/jpa/service/JPAUserService.java +1 −1 Original line number Diff line number Diff line Loading @@ -19,5 +19,5 @@ package org.apache.shardingsphere.example.common.jpa.service; import org.apache.shardingsphere.example.common.service.CommonService; public interface UseService extends CommonService { public interface JPAUserService extends CommonService { }