常用问题记录
https://developer.okta.com/blog/2018/04/10/oauth-authorization-code-grant-type#exchange-the-authorization-code-for-an-access-token
# nonFilteredFileExtension的使用和exclude的区别---解决maven打包后文件不可用问题
https://blog.csdn.net/qq_29235677/article/details/107449699 比如证书编译后无法使用
# @JsonAlias和@JsonProperty的用法
https://blog.csdn.net/qq_56608020/article/details/128130259
# Springboot实现重定向
https://blog.csdn.net/tianzhonghaoqing/article/details/128596508 https://blog.csdn.net/weixin_44527540/article/details/118641929
# @requestBody的加与不加的区别
https://blog.csdn.net/l1996729/article/details/107729482
# Unable to find a @SpringBootConfiguration, you need to use @ContextConfiguration or
# @SpringBootTest(classes=...) with your test
https://my.oschina.net/u/1017791/blog/3024441
1