mirror of
https://github.com/svek95/WST_PersonTest.git
synced 2026-09-14 12:37:22 +03:00
add gitignore
This commit is contained in:
+1
-1
@@ -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());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user