The URL should be as follows:
"http://localhost:8081/ItaxServ/create"
or maybe
"https://localhost:8081/ItaxServ/create"
( UPDATE ) I assume you have the correct path in your url. If not, you will also need to fix it.)
"http" "https" URL-, . URL- URL-. ( URI URL-.)
( URI . URL , ( "localhost" ) . ... " ".)
. :
@RequestMapping(value = "AddService", method = RequestMethod.POST)
:
@RequestMapping(value = "/create", method = RequestMethod.POST)
"/"?