| | |
| | | * this software without specific prior written permission. |
| | | * Author: Chill 庄骞 (smallchill@163.com) |
| | | */ |
| | | package org.springblade.resource.config; |
| | | package org.springblade.Autowired.config; |
| | | |
| | | import lombok.AllArgsConstructor; |
| | | import org.springblade.core.redis.cache.BladeRedis; |
| | | import org.springblade.core.sms.props.SmsProperties; |
| | | import org.springblade.resource.builder.sms.SmsBuilder; |
| | | import org.springblade.resource.service.ISmsService; |
| | | import org.springblade.Autowired.builder.sms.SmsBuilder; |
| | | import org.springblade.Autowired.service.ISmsService; |
| | | import org.springframework.context.annotation.Bean; |
| | | import org.springframework.context.annotation.Configuration; |
| | | |