add gitignore

This commit is contained in:
2019-02-23 20:12:20 +03:00
parent 1ea8433649
commit d8df1d21e4
+1 -1
View File
@@ -4,7 +4,7 @@ public class App
{ {
public static void main( String[] args ) public static void main( String[] args )
{ {
String url = "http://localhost:8080/PersonService"; String url = "http://localhost:8080/PersonWebService";
Endpoint.publish(url, new PersonWebService()); Endpoint.publish(url, new PersonWebService());
} }
} }