mirror of
				https://github.com/continew-org/continew-starter.git
				synced 2025-10-31 10:57:15 +08:00 
			
		
		
		
	chore: top.charles7c.continew => top.continew
This commit is contained in:
		| @@ -14,7 +14,7 @@ | ||||
|  * limitations under the License. | ||||
|  */ | ||||
| 
 | ||||
| package top.charles7c.continew.starter.captcha.graphic.autoconfigure; | ||||
| package top.continew.starter.captcha.graphic.autoconfigure; | ||||
| 
 | ||||
| import jakarta.annotation.PostConstruct; | ||||
| import org.slf4j.Logger; | ||||
| @@ -24,8 +24,8 @@ import org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean | ||||
| import org.springframework.boot.autoconfigure.condition.ConditionalOnProperty; | ||||
| import org.springframework.boot.context.properties.EnableConfigurationProperties; | ||||
| import org.springframework.context.annotation.Bean; | ||||
| import top.charles7c.continew.starter.captcha.graphic.core.GraphicCaptchaService; | ||||
| import top.charles7c.continew.starter.core.constant.PropertiesConstants; | ||||
| import top.continew.starter.captcha.graphic.core.GraphicCaptchaService; | ||||
| import top.continew.starter.core.constant.PropertiesConstants; | ||||
| 
 | ||||
| /** | ||||
|  * 图形验证码自动配置 | ||||
| @@ -14,11 +14,11 @@ | ||||
|  * limitations under the License. | ||||
|  */ | ||||
| 
 | ||||
| package top.charles7c.continew.starter.captcha.graphic.autoconfigure; | ||||
| package top.continew.starter.captcha.graphic.autoconfigure; | ||||
| 
 | ||||
| import org.springframework.boot.context.properties.ConfigurationProperties; | ||||
| import top.charles7c.continew.starter.captcha.graphic.enums.GraphicCaptchaType; | ||||
| import top.charles7c.continew.starter.core.constant.PropertiesConstants; | ||||
| import top.continew.starter.captcha.graphic.enums.GraphicCaptchaType; | ||||
| import top.continew.starter.core.constant.PropertiesConstants; | ||||
| 
 | ||||
| /** | ||||
|  * 图形验证码配置属性 | ||||
| @@ -14,12 +14,12 @@ | ||||
|  * limitations under the License. | ||||
|  */ | ||||
| 
 | ||||
| package top.charles7c.continew.starter.captcha.graphic.core; | ||||
| package top.continew.starter.captcha.graphic.core; | ||||
| 
 | ||||
| import cn.hutool.core.util.ReflectUtil; | ||||
| import cn.hutool.core.text.CharSequenceUtil; | ||||
| import com.wf.captcha.base.Captcha; | ||||
| import top.charles7c.continew.starter.captcha.graphic.autoconfigure.GraphicCaptchaProperties; | ||||
| import top.continew.starter.captcha.graphic.autoconfigure.GraphicCaptchaProperties; | ||||
| 
 | ||||
| import java.awt.*; | ||||
| 
 | ||||
| @@ -14,7 +14,7 @@ | ||||
|  * limitations under the License. | ||||
|  */ | ||||
| 
 | ||||
| package top.charles7c.continew.starter.captcha.graphic.enums; | ||||
| package top.continew.starter.captcha.graphic.enums; | ||||
| 
 | ||||
| import com.wf.captcha.*; | ||||
| import com.wf.captcha.base.Captcha; | ||||
| @@ -1 +1 @@ | ||||
| top.charles7c.continew.starter.captcha.graphic.autoconfigure.GraphicCaptchaAutoConfiguration | ||||
| top.continew.starter.captcha.graphic.autoconfigure.GraphicCaptchaAutoConfiguration | ||||
		Reference in New Issue
	
	Block a user