mirror of
https://gitee.com/log4j/pig.git
synced 2024-12-22 12:48:58 +08:00
♻️ Refactoring code. close #I5MV0V 在配置文件加上security.oauth2.ignore的配置,浏览器实时查看服务日志,对应的服务日志会看不了
This commit is contained in:
parent
45c4c9851e
commit
5a7056c764
@ -44,7 +44,7 @@ public class PermitAllUrlProperties implements InitializingBean {
|
||||
|
||||
private static final Pattern PATTERN = Pattern.compile("\\{(.*?)\\}");
|
||||
|
||||
private static final String[] DEFAULT_IGNORE_URLS = new String[] { "/error", "/v3/api-docs" };
|
||||
private static final String[] DEFAULT_IGNORE_URLS = new String[] { "/actuator/**", "/error", "/v3/api-docs" };
|
||||
|
||||
@Getter
|
||||
@Setter
|
||||
|
Loading…
Reference in New Issue
Block a user