googleJavaFormat
This commit is contained in:
parent
b91648d0e3
commit
48b701877a
|
@ -3,7 +3,6 @@
|
|||
package spring.jpa;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
import org.springframework.data.jpa.repository.JpaRepository;
|
||||
|
||||
public interface JpaCustomerRepository extends JpaRepository<JpaCustomer, Long> {
|
||||
|
|
Loading…
Reference in New Issue