This website requires JavaScript.
Explore
Help
Sign In
iSharkFly-Docs
/
java-tutorials
Watch
1
Star
0
Fork
0
You've already forked java-tutorials
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
java-tutorials
/
spring-boot-rest
/
src
/
test
/
java
/
com
/
baeldung
/
Consts.java
6 lines
84 B
Java
Raw
Normal View
History
Unescape
Escape
moved Rest Pagination article code from spring-rest-full to spring-boot-rest
2019-01-20 18:19:52 -02:00
package
com.baeldung
;
public
interface
Consts
{
small fixes to match articles
2019-03-17 12:26:00 +02:00
int
APPLICATION_PORT
=
8080
;
moved Rest Pagination article code from spring-rest-full to spring-boot-rest
2019-01-20 18:19:52 -02:00
}
Reference in New Issue
Copy Permalink