云计算新课2-补全下面代码横线处部分( )
@GetMapping("getMsg")
public String getMsg(){
RestTemplate template = new RestTemplate();
return template.getForObject("http://localhost:8080/msg",___);
}
ABoolean.class
BString.class
CInteger.class
DFloat.class