* 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
6 lines
84 B
Java
6 lines
84 B
Java
package org.baeldung;
|
|
|
|
public interface Consts {
|
|
int APPLICATION_PORT = 8082;
|
|
}
|