Arreglo de fallo en travis

This commit is contained in:
Thiloparn 2021-04-09 18:47:37 +02:00 committed by GitHub
parent 172a165007
commit b6ac934bae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,7 @@
package org.springframework.cheapy.repository;
import java.util.List;
import org.springframework.cheapy.model.Usuario;
import org.springframework.data.jpa.repository.Query;
import org.springframework.data.repository.Repository;