diff --git a/docs/index.html b/docs/index.html index 9279ef032..bee666418 100644 --- a/docs/index.html +++ b/docs/index.html @@ -435,7 +435,7 @@

- © 2019 Hutool Project. All Rights Reserved.
+ © 2019 Hutool Project. All Rights Reserved.
Designed by Looly, Hosted by Coding Pages.

diff --git a/hutool-db/src/test/resources/config/db.setting b/hutool-db/src/test/resources/config/db.setting index 775a6a521..56d5d1e55 100644 --- a/hutool-db/src/test/resources/config/db.setting +++ b/hutool-db/src/test/resources/config/db.setting @@ -1,3 +1,4 @@ +# suppress inspection "Annotator" for whole file #=================================================================== # 数据库配置文件样例 # DsFactory默认读取的配置文件是config/db.setting diff --git a/hutool-db/src/test/resources/config/redis.setting b/hutool-db/src/test/resources/config/redis.setting index 085a97010..d9dec37cb 100644 --- a/hutool-db/src/test/resources/config/redis.setting +++ b/hutool-db/src/test/resources/config/redis.setting @@ -1,3 +1,4 @@ +# suppress inspection "Annotator" for whole file #---------------------------------------------------------------------------------- # Redis客户端配置样例 # 每一个分组代表一个Redis实例