springboot获取当前用户信息
-
springboot获取当前用户信息的三种方式
目录方式一:使用ThreadLocal方式二:通过拦截器和相应注解实现方式三:使用Redis存储用户信息总结说明:在开发中,我们经常需要获取当前操作的用户信息,如创建用户、创建订单时,我们需要记录下创建人,本文介绍获[详细]
2024-10-19 10:57 分类:开发 RESTful API: How to model JSON representation?
I am designing a RESTful API for a booking application. You can request a list of accommodations. And that\'s where I don\'t really know how to design the JSON represenation. This is my XML representa[详细]
2022-12-28 19:59 分类:问答