Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
RuoYi Vue
Commits
d9e805a6
Commit
d9e805a6
authored
Aug 12, 2021
by
mroldx
Browse files
添加获取验证码方法上遗漏的@Override注解
parent
7be17ea8
Changes
1
Hide whitespace changes
Inline
Side-by-side
ruoyi-system/src/main/java/com/ruoyi/system/service/impl/SysConfigServiceImpl.java
View file @
d9e805a6
package
com.ruoyi.system.service.impl
;
import
java.util.Collection
;
import
java.util.List
;
import
javax.annotation.PostConstruct
;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.stereotype.Service
;
import
com.ruoyi.common.annotation.DataSource
;
import
com.ruoyi.common.constant.Constants
;
import
com.ruoyi.common.constant.UserConstants
;
...
...
@@ -16,6 +11,12 @@ import com.ruoyi.common.utils.StringUtils;
import
com.ruoyi.system.domain.SysConfig
;
import
com.ruoyi.system.mapper.SysConfigMapper
;
import
com.ruoyi.system.service.ISysConfigService
;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.stereotype.Service
;
import
javax.annotation.PostConstruct
;
import
java.util.Collection
;
import
java.util.List
;
/**
* 参数配置 服务层实现
...
...
@@ -85,6 +86,7 @@ public class SysConfigServiceImpl implements ISysConfigService
*
* @return true开启,false关闭
*/
@Override
public
boolean
selectCaptchaOnOff
()
{
String
captchaOnOff
=
selectConfigByKey
(
"sys.account.captchaOnOff"
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment