@RequestMapping(value ="/receiveStr")
public CommonResultreceiveStr(String message){
curl -ikv --data-binary "@acars.txt" -H "Content-Type: application/x-www-form-urlencoded" -X POST http://xx.xx.xx.xx:9005/data/receiveStr
acars.txt
message=aaa
@RequestMapping(value ="/receiveStr")
public CommonResultreceiveStr(String message){
curl -ikv --data-binary "@acars.txt" -H "Content-Type: application/x-www-form-urlencoded" -X POST http://xx.xx.xx.xx:9005/data/receiveStr
acars.txt
message=aaa