BAEL-21597: Migrate spring-rest-angular to com.baeldung
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package com.baeldung.web.service;
|
||||
|
||||
import org.springframework.data.domain.Page;
|
||||
|
||||
public interface IOperations<T> {
|
||||
|
||||
public Page<T> findPaginated(final int page, final int size);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user