mirror of
				https://github.com/continew-org/continew-starter.git
				synced 2025-10-31 08:58:37 +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.auth.justauth.autoconfigure; | ||||
| package top.continew.starter.auth.justauth.autoconfigure; | ||||
| 
 | ||||
| import jakarta.annotation.PostConstruct; | ||||
| import me.zhyd.oauth.cache.AuthStateCache; | ||||
| @@ -25,8 +25,8 @@ import org.springframework.boot.autoconfigure.AutoConfiguration; | ||||
| import org.springframework.boot.autoconfigure.condition.ConditionalOnClass; | ||||
| import org.springframework.boot.autoconfigure.condition.ConditionalOnProperty; | ||||
| import org.springframework.context.annotation.Bean; | ||||
| import top.charles7c.continew.starter.auth.justauth.core.JustAuthStateCacheRedisImpl; | ||||
| import top.charles7c.continew.starter.core.constant.PropertiesConstants; | ||||
| import top.continew.starter.auth.justauth.core.JustAuthStateCacheRedisImpl; | ||||
| import top.continew.starter.core.constant.PropertiesConstants; | ||||
| 
 | ||||
| /** | ||||
|  * JustAuth 自动配置 | ||||
| @@ -14,10 +14,10 @@ | ||||
|  * limitations under the License. | ||||
|  */ | ||||
| 
 | ||||
| package top.charles7c.continew.starter.auth.justauth.core; | ||||
| package top.continew.starter.auth.justauth.core; | ||||
| 
 | ||||
| import me.zhyd.oauth.cache.AuthStateCache; | ||||
| import top.charles7c.continew.starter.cache.redisson.util.RedisUtils; | ||||
| import top.continew.starter.cache.redisson.util.RedisUtils; | ||||
| 
 | ||||
| import java.time.Duration; | ||||
| 
 | ||||
| @@ -1,2 +1,2 @@ | ||||
| top.charles7c.continew.starter.auth.justauth.autoconfigure.JustAuthAutoConfiguration | ||||
| top.continew.starter.auth.justauth.autoconfigure.JustAuthAutoConfiguration | ||||
| com.xkcoding.justauth.autoconfigure.JustAuthAutoConfiguration | ||||
		Reference in New Issue
	
	Block a user