mirror of
https://github.com/continew-org/continew-starter.git
synced 2025-09-13 22:58:39 +08:00
fix(web): 修复自动配置错误
This commit is contained in:
@@ -1,4 +1,3 @@
|
|||||||
top.charles7c.continew.starter.core.autoconfigure.project.ProjectAutoConfiguration
|
top.charles7c.continew.starter.core.autoconfigure.project.ProjectAutoConfiguration
|
||||||
top.charles7c.continew.starter.core.autoconfigure.threadpool.ThreadPoolAutoConfiguration
|
top.charles7c.continew.starter.core.autoconfigure.threadpool.ThreadPoolAutoConfiguration
|
||||||
top.charles7c.continew.starter.core.autoconfigure.threadpool.AsyncAutoConfiguration
|
top.charles7c.continew.starter.core.autoconfigure.threadpool.AsyncAutoConfiguration
|
||||||
top.charles7c.continew.starter.web.autoconfigure.cors.CorsAutoConfiguration
|
|
||||||
|
@@ -33,13 +33,13 @@ import top.charles7c.continew.starter.core.constant.StringConstants;
|
|||||||
import java.util.Map;
|
import java.util.Map;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Spring 工具类
|
* Spring Web 工具类
|
||||||
*
|
*
|
||||||
* @author Charles7c
|
* @author Charles7c
|
||||||
* @since 1.1.1
|
* @since 1.1.1
|
||||||
*/
|
*/
|
||||||
@NoArgsConstructor(access = AccessLevel.PRIVATE)
|
@NoArgsConstructor(access = AccessLevel.PRIVATE)
|
||||||
public class SpringUtils {
|
public class SpringWebUtils {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 取消注册静态资源映射
|
* 取消注册静态资源映射
|
@@ -0,0 +1 @@
|
|||||||
|
top.charles7c.continew.starter.web.autoconfigure.cors.CorsAutoConfiguration
|
Reference in New Issue
Block a user