You are on page 1of 1

Skip Unit tests:

mvn install deploy -Dmaven.test.skip=true

http Pie request:

echo {"fromDate":"2018-10-05","thruDate":"2018-10-
05","filters":{"persons":{"idType":"EMPLOYEE","ids":["00052"]}}} | http POST :8080/telestaff-
web/api/v1/wfts/schedule/multi_read --auth 00102:1234 --auth-type basic

CURL request

curl --url http://localhost:8080/telestaff-web/api/v1/wfts/schedule/multi_read --basic --user 00102 -


d '{"fromDate":"2018-10-05","thruDate":"2018-10-
05","filters":{"persons":{"idType":"EMPLOYEE","ids":["00052"]}}}' -H 'Content-Type:
application/json'

curl --url http://localhost:8080/telestaff-web/api/v1/wfts/position/external/multi_upsert -X POST --


basic --user 00102 -d '@Position_50.json' -H 'Content-Type: application/json' --trace-time

tomcat8w //ES//%SERVICENAME%

JMX connection
-Dcom.sun.management.jmxremote
-Dcom.sun.management.jmxremote.port=8082
-Dcom.sun.management.jmxremote.ssl=false
-Dcom.sun.management.jmxremote.authenticate=false
-Djava.rmi.server.hostname=<host ip address>

Jconsole localhost:8082

DECLARE @TimeZone VARCHAR(50)


EXEC MASTER.dbo.xp_regread 'HKEY_LOCAL_MACHINE',
'SYSTEM\CurrentControlSet\Control\TimeZoneInformation',
'TimeZoneKeyName',@TimeZone OUT
SELECT @TimeZone

You might also like