docs 补充项目注释
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
|
||||
<dependencies>
|
||||
|
||||
<!-- 短信模块 -->
|
||||
<dependency>
|
||||
<groupId>org.dromara.sms4j</groupId>
|
||||
<artifactId>sms4j-spring-boot-starter</artifactId>
|
||||
|
||||
+5
@@ -16,6 +16,11 @@ import org.springframework.context.annotation.Primary;
|
||||
@AutoConfiguration(after = {DataRedisAutoConfiguration.class})
|
||||
public class SmsAutoConfiguration {
|
||||
|
||||
/**
|
||||
* 创建 sms4j 使用的短信缓存访问对象。
|
||||
*
|
||||
* @return 短信缓存访问对象
|
||||
*/
|
||||
@Primary
|
||||
@Bean
|
||||
public SmsDao smsDao() {
|
||||
|
||||
Reference in New Issue
Block a user