feat(news): 增加最新新闻列表查询接口

This commit is contained in:
xiongxiaoyang
2022-05-14 14:36:38 +08:00
parent f5101be5fc
commit 56c596c5ee
10 changed files with 246 additions and 17 deletions

View File

@ -15,9 +15,6 @@
<!-- ConsoleAppender把日志输出到控制台 -->
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
<encoder>
<!--
<pattern>%d %p (%file:%line\)- %m%n</pattern>
-->
<pattern>${CONSOLE_LOG_PATTERN}</pattern>
<!-- 控制台也要使用UTF-8不要使用GBK否则会中文乱码 -->
<charset>UTF-8</charset>