上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 27 下一页
摘要: import com.fasterxml.jackson.annotation.*; import com.fasterxml.jackson.core.JsonGenerator; import com.fasterxml.jackson.core.JsonParser; import com.f 阅读全文
posted @ 2021-10-08 15:55 xl4ng 阅读(168) 评论(0) 推荐(0) 编辑
摘要: import com.fasterxml.jackson.core.JsonProcessingException; import com.fasterxml.jackson.databind.ObjectMapper; import org.junit.Test; import java.text 阅读全文
posted @ 2021-10-08 15:54 xl4ng 阅读(233) 评论(0) 推荐(0) 编辑
摘要: import com.fasterxml.jackson.core.JsonEncoding; import com.fasterxml.jackson.core.JsonFactory; import com.fasterxml.jackson.core.JsonGenerator; import 阅读全文
posted @ 2021-10-08 15:51 xl4ng 阅读(752) 评论(0) 推荐(0) 编辑
摘要: import com.fasterxml.jackson.core.JsonProcessingException; import com.fasterxml.jackson.databind.JsonNode; import com.fasterxml.jackson.databind.Objec 阅读全文
posted @ 2021-10-08 15:50 xl4ng 阅读(999) 评论(0) 推荐(0) 编辑
摘要: import com.fasterxml.jackson.core.JsonParser; import com.fasterxml.jackson.core.JsonProcessingException; import com.fasterxml.jackson.core.JsonToken; 阅读全文
posted @ 2021-10-08 15:47 xl4ng 阅读(1284) 评论(0) 推荐(0) 编辑
摘要: import com.fasterxml.jackson.core.JsonGenerator; import com.fasterxml.jackson.core.JsonProcessingException; import com.fasterxml.jackson.core.Version; 阅读全文
posted @ 2021-10-08 15:45 xl4ng 阅读(603) 评论(0) 推荐(0) 编辑
摘要: @GetMapping("/car/{id}/owner/{username}") public Map<String, Object> getCar( //路径变量 @PathVariable("id") Integer id, @PathVariable("username") String u 阅读全文
posted @ 2021-10-07 17:42 xl4ng 阅读(423) 评论(0) 推荐(0) 编辑
摘要: 1、新建类 @Data @Component @ConfigurationProperties(prefix = "person") public class Person { private String userName; private Boolean boss; private Date b 阅读全文
posted @ 2021-10-07 11:22 xl4ng 阅读(102) 评论(0) 推荐(0) 编辑
摘要: import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.springframework.web.cors.C 阅读全文
posted @ 2021-07-25 16:58 xl4ng 阅读(50) 评论(0) 推荐(0) 编辑
摘要: @Configuration public class SecurityConfig extends WebSecurityConfigurerAdapter { @Autowired private UserDetailsService userDetailsService; @Override 阅读全文
posted @ 2021-07-24 20:20 xl4ng 阅读(308) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 27 下一页