Skip to content

Commit 8b5ba6f

Browse files
committed
修改注释
1 parent 7aea725 commit 8b5ba6f

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

api-boot-project/api-boot-autoconfigure/src/main/java/org/minbox/framework/api/boot/autoconfigure/converter/HttpMessageConverterAutoConfiguration.java

+1-7
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,7 @@
4343
* 配置fastjson作为数据返回转换
4444
* 如果没有配置spring.http.converters.preferred-json-mapper参数则使用该配置进行转换数据返回
4545
*
46-
* @author:恒宇少年 - 于起宇
47-
* <p>
48-
* DateTime:2019-03-14 17:00
49-
* Blog:http://blog.yuqiyu.com
50-
* WebSite:http://www.jianshu.com/u/092df3f77bca
51-
* Gitee:https://gitee.com/hengboy
52-
* GitHub:https://github.com/hengboy
46+
* @author 恒宇少年
5347
*/
5448
@Configuration
5549
@ConditionalOnClass({FastJsonHttpMessageConverter.class, ConfigurationBuilder.class})

0 commit comments

Comments
 (0)