标签: spring-boot resttemplate
我需要使用SpringBoot客户端RestTemplate提交一个简单的json字符串, 到远程计算机上的SpringBoot微服务。
例如:-http://:8080 // valid?jsonValue = {“ user”:“ scott”,“ psswd”:“ tiger”}
提前谢谢。