Running maven build and changes to some of tests.
This commit is contained in:
parent
9cf6ea2253
commit
3f204ebd59
|
@ -1,14 +0,0 @@
|
|||
package com.baeldung.java9.httpclient;
|
||||
|
||||
public class Main {
|
||||
|
||||
public static void main(String[] args) throws Exception {
|
||||
SimpleHttpRequests shr = new SimpleHttpRequests();
|
||||
shr.quickGet();
|
||||
shr.PostMehtod();
|
||||
|
||||
shr.configureHttpClient();
|
||||
shr.asyncGet();
|
||||
}
|
||||
|
||||
}
|
Loading…
Reference in New Issue