[go: nahoru, domu]

Skip to content

Commit

Permalink
既然加入了依赖肯定是需要读取配置的, 这个属性检查就去掉吧
Browse files Browse the repository at this point in the history
  • Loading branch information
AppleOfGray committed Jun 27, 2023
1 parent 5a6e8bd commit 1f57981
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,6 @@ public void setEnvironment(Environment environment) {
if(saTokenDao == null || saTokenDao instanceof SaTokenDaoDefaultImpl) {
return;
}
// 如果配置文件不包含相关配置,则不进行任何操作
if(environment.getProperty(ALONE_PREFIX + ".host") == null) {
return;
}

// ------------------- 开始注入

Expand Down

0 comments on commit 1f57981

Please sign in to comment.