# sms-spring-boot-starter **Repository Path**: monkeyofdk/sms-spring-boot-starter ## Basic Information - **Project Name**: sms-spring-boot-starter - **Description**: 自定义sms-spring-boot-starter - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-08-16 - **Last Updated**: 2026-08-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 自定义sms-spring-boot-starter 1. 编写具体的业务逻辑(一般是service) 2. 将动态配置的信息交给`xxxProperties`属性类(便于通过yaml动态切换) 3. 新增`xxxAutoConfig`自动配置类 4. 把`xxxAutoConfig`全类名交给resources/META-INF/spring.factories,例如:org.springframework.boot.autoconfigure.EnableAutoConfiguration=com.coder.config.xxxAutoConfig