Browse Source
Merge in DESIGN/design from ~DESTINY.LIN/design:fbp/release to fbp/release * commit 'f8d345af49dd90841c3b985d43cf616fbf08fcc8': REPORT-132662 适配通知中心 代码规范 REPORT-132662 适配通知中心fbp/release
Destiny.Lin-林锦龙
3 months ago
4 changed files with 29 additions and 3 deletions
@ -0,0 +1,19 @@
|
||||
package com.fanruan.config; |
||||
|
||||
import com.fr.base.email.EmailCenter; |
||||
import com.fr.workspace.server.repository.config.BaseConfigSource; |
||||
|
||||
/** |
||||
* 本地配置资源 |
||||
* |
||||
* @author Destiny.Lin |
||||
* @since 11.0 |
||||
* Created on 2024/8/29 |
||||
*/ |
||||
public class LocalConfigSource extends BaseConfigSource { |
||||
|
||||
@Override |
||||
public boolean isEmailConfigValid() { |
||||
return EmailCenter.isEmailConfigValid(); |
||||
} |
||||
} |
Loading…
Reference in new issue