2020年3月3日

锁的粒度:ThreadLocal、volatile、Atomic 和 Synchronized

摘要: 出处:https://blog.csdn.net/hhx0626/article/details/53997757 阅读全文

posted @ 2020-03-03 14:13 cag2050 阅读(160) 评论(0) 推荐(0) 编辑

@RequestMapping,如果不配置 method, 则以任何请求形式 RequestMethod.GET, RequestMethod.POST, RequestMethod.PUT, RequestMethod.DELETE 等都可以访问得到

摘要: `@RequestMapping(value = "/userInfo", method = {RequestMethod.POST,RequestMethod.GET})` 一般指定具体的 method,方便在 swagger ui.html 进行调试。 阅读全文

posted @ 2020-03-03 11:41 cag2050 阅读(2834) 评论(0) 推荐(0) 编辑

导航