[BAEL-15412] - Moved article to libraries-http module

This commit is contained in:
amit2103
2019-06-16 11:43:26 +05:30
parent 69f947e3cd
commit 40c2e9541f
22 changed files with 116 additions and 21 deletions

View File

@@ -0,0 +1,5 @@
package com.baeldung.client;
public interface Consts {
int APPLICATION_PORT = 8082;
}