Looly 6 年 前
コミット
d6093f8f86

+ 1 - 1
docs/index.html

@@ -435,7 +435,7 @@
 						<div class="row">
 							<div class="col-md-6">
 								<p>
-									<small>&copy; 2019 Hutool Project. All Rights Reserved. <br>
+									<small>&copy; 2019 Hutool Project. All Rights Reserved. </small><br>
 									Designed by <a href="http://luxiaolei.com/" target="_blank">Looly</a>, Hosted by <a href="https://www.coding.net/" target="_blank">Coding</a> Pages.
 								</p>
 							</div>

+ 1 - 0
hutool-db/src/test/resources/config/db.setting

@@ -1,3 +1,4 @@
+# suppress inspection "Annotator" for whole file
 #===================================================================
 # 数据库配置文件样例
 # DsFactory默认读取的配置文件是config/db.setting

+ 1 - 0
hutool-db/src/test/resources/config/redis.setting

@@ -1,3 +1,4 @@
+# suppress inspection "Annotator" for whole file
 #----------------------------------------------------------------------------------
 # Redis客户端配置样例
 # 每一个分组代表一个Redis实例