moved Rest Pagination article code from spring-rest-full to spring-boot-rest
This commit is contained in:
5
spring-boot-rest/src/test/java/com/baeldung/Consts.java
Normal file
5
spring-boot-rest/src/test/java/com/baeldung/Consts.java
Normal file
@@ -0,0 +1,5 @@
|
||||
package com.baeldung;
|
||||
|
||||
public interface Consts {
|
||||
int APPLICATION_PORT = 8082;
|
||||
}
|
||||
Reference in New Issue
Block a user