🚚 移动文件
This commit is contained in:
@@ -21,8 +21,8 @@ import cn.hutool.core.collection.CollUtil;
|
||||
import cn.hutool.core.util.EnumUtil;
|
||||
import cn.hutool.core.util.ReflectUtil;
|
||||
import cn.hutool.core.util.StrUtil;
|
||||
import com.xkcoding.justauth.properties.ExtendProperties;
|
||||
import com.xkcoding.justauth.properties.JustAuthProperties;
|
||||
import com.xkcoding.justauth.autoconfigure.ExtendProperties;
|
||||
import com.xkcoding.justauth.autoconfigure.JustAuthProperties;
|
||||
import lombok.RequiredArgsConstructor;
|
||||
import lombok.extern.slf4j.Slf4j;
|
||||
import me.zhyd.oauth.cache.AuthStateCache;
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
package com.xkcoding.justauth.properties;
|
||||
package com.xkcoding.justauth.autoconfigure;
|
||||
|
||||
import lombok.Getter;
|
||||
import lombok.Setter;
|
||||
@@ -15,7 +15,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
package com.xkcoding.justauth.properties;
|
||||
package com.xkcoding.justauth.autoconfigure;
|
||||
|
||||
import lombok.Getter;
|
||||
import lombok.Setter;
|
||||
@@ -15,9 +15,9 @@
|
||||
*
|
||||
*/
|
||||
|
||||
package com.xkcoding.justauth;
|
||||
package com.xkcoding.justauth.autoconfigure;
|
||||
|
||||
import com.xkcoding.justauth.properties.JustAuthProperties;
|
||||
import com.xkcoding.justauth.AuthRequestFactory;
|
||||
import lombok.extern.slf4j.Slf4j;
|
||||
import me.zhyd.oauth.cache.AuthStateCache;
|
||||
import org.springframework.boot.autoconfigure.condition.ConditionalOnProperty;
|
||||
@@ -15,7 +15,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
package com.xkcoding.justauth.properties;
|
||||
package com.xkcoding.justauth.autoconfigure;
|
||||
|
||||
import lombok.Getter;
|
||||
import lombok.Setter;
|
||||
@@ -15,10 +15,9 @@
|
||||
*
|
||||
*/
|
||||
|
||||
package com.xkcoding.justauth;
|
||||
package com.xkcoding.justauth.autoconfigure;
|
||||
|
||||
import com.xkcoding.justauth.cache.RedisStateCache;
|
||||
import com.xkcoding.justauth.properties.JustAuthProperties;
|
||||
import com.xkcoding.justauth.support.cache.RedisStateCache;
|
||||
import lombok.extern.slf4j.Slf4j;
|
||||
import me.zhyd.oauth.cache.AuthDefaultStateCache;
|
||||
import me.zhyd.oauth.cache.AuthStateCache;
|
||||
@@ -15,9 +15,9 @@
|
||||
*
|
||||
*/
|
||||
|
||||
package com.xkcoding.justauth.cache;
|
||||
package com.xkcoding.justauth.support.cache;
|
||||
|
||||
import com.xkcoding.justauth.properties.CacheProperties;
|
||||
import com.xkcoding.justauth.autoconfigure.CacheProperties;
|
||||
import lombok.RequiredArgsConstructor;
|
||||
import me.zhyd.oauth.cache.AuthStateCache;
|
||||
import org.springframework.data.redis.core.RedisTemplate;
|
||||
@@ -4,7 +4,7 @@
|
||||
"name": "justauth.type",
|
||||
"type": "java.util.Map<me.zhyd.oauth.config.AuthSource,me.zhyd.oauth.config.AuthConfig>",
|
||||
"description": "JustAuth 配置.",
|
||||
"sourceType": "com.xkcoding.justauth.properties.JustAuthProperties"
|
||||
"sourceType": "com.xkcoding.justauth.autoconfigure.JustAuthProperties"
|
||||
}
|
||||
],
|
||||
"hints": [
|
||||
@@ -129,4 +129,4 @@
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
org.springframework.boot.autoconfigure.EnableAutoConfiguration=\
|
||||
com.xkcoding.justauth.JustAuthAutoConfiguration
|
||||
com.xkcoding.justauth.autoconfigure.JustAuthAutoConfiguration
|
||||
|
||||
Reference in New Issue
Block a user