johnnyee
Results
1
comments of
johnnyee
> 清除FastJson缓存的方法如下: > > ```java > @RestController > @RequestMapping("/api") > public class SystemController { > @ApiOperation(value = "开发时清除缓存", notes = "用于开发使用JRebel时清除FastJson的对象解析Cache") > @RequestMapping(value = "/clearCache", method = RequestMethod.GET) > public...