Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

支持拦截器顺序配置 #1

Merged
merged 3 commits into from
Jan 16, 2022
Merged

支持拦截器顺序配置 #1

merged 3 commits into from
Jan 16, 2022

Conversation

hangsman
Copy link
Owner

@SpringBootApplication
@EnableOperationLog(order = Ordered.LOWEST_PRECEDENCE)
public class Application {
    public static void main(String[] args) {
        SpringApplication.run(Application.class, args);
    }
}

@hangsman hangsman added the feature New feature or request label Jan 16, 2022
@hangsman hangsman merged commit b0914ec into main Jan 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant