Loading...
RestController注解相当于Controller +ResponseBody这个标注默认类中的方法都会以json的格式返回也就是直接返回字符串如...
package com.likefr.springboot.controller; import co...