6 lines
91 B
Java
Raw Normal View History

package com.baeldung.client;
public interface Consts {
int APPLICATION_PORT = 8082;
}