mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-09-21 02:25:56 +08:00
fix 修复 与sms4j自动配置类bean名冲突
This commit is contained in:
parent
72e0d9aeb6
commit
7e1c88509c
@ -10,6 +10,6 @@ import org.springframework.boot.autoconfigure.AutoConfiguration;
|
|||||||
*/
|
*/
|
||||||
@AutoConfiguration
|
@AutoConfiguration
|
||||||
//@EnableConfigurationProperties(SmsProperties.class)
|
//@EnableConfigurationProperties(SmsProperties.class)
|
||||||
public class SmsConfig {
|
public class SmsAutoConfig {
|
||||||
|
|
||||||
}
|
}
|
||||||
@ -1 +1 @@
|
|||||||
org.dromara.common.sms.config.SmsConfig
|
org.dromara.common.sms.config.SmsAutoConfig
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user