mirror of
https://github.com/continew-org/continew-starter.git
synced 2026-01-13 20:57:12 +08:00
chore: 优化部分代码格式
This commit is contained in:
@@ -36,15 +36,15 @@ import java.util.stream.Collectors;
|
||||
*/
|
||||
public class AccessLogUtils {
|
||||
|
||||
private AccessLogUtils() {
|
||||
}
|
||||
|
||||
/**
|
||||
* 静态资源路径模式
|
||||
*/
|
||||
private static final List<String> RESOURCE_PATH = List
|
||||
.of("/**/doc/**", "/**/doc.html", "/**/nextdoc/**", "/**/v*/api-docs/**", "/**/api-docs/**", "/**/swagger-ui/**", "/**/swagger-ui.html", "/**/swagger-resources/**", "/**/webjars/**", "/**/favicon.ico", "/**/static/**", "/**/assets/**", "/**/actuator/**", "/error", "/health");
|
||||
|
||||
private AccessLogUtils() {
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取参数信息
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user