group persistence modules (#2890)
* move security content from spring-security-rest-full * swagger update * move query language to new module * rename spring-security-rest-full to spring-rest-full * group persistence modules
This commit is contained in:
committed by
Grzegorz Piwowarek
parent
dbeb5f8ba4
commit
26c50909be
@@ -0,0 +1,10 @@
|
||||
package com.baeldung;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* Created by johnson on 3/9/17.
|
||||
*/
|
||||
public interface LedgerServiceInterface {
|
||||
List<String> getEntries(int count);
|
||||
}
|
||||
Reference in New Issue
Block a user