Skip to content

Commit

Permalink
fix order v0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vdiskg committed Feb 2, 2024
1 parent d68ed97 commit e8b44ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
@Configuration
public class AdminServiceAssemblyConfiguration {

Check warning on line 28 in apollo-adminservice/src/main/java/com/ctrip/framework/apollo/adminservice/AdminServiceAssemblyConfiguration.java

View check run for this annotation

Codecov / codecov/patch

apollo-adminservice/src/main/java/com/ctrip/framework/apollo/adminservice/AdminServiceAssemblyConfiguration.java#L27-L28

Added lines #L27 - L28 were not covered by tests
@Order(100)
@Order(101)
@Configuration
static class AdminServiceSecurityConfigurer extends WebSecurityConfigurerAdapter {

Expand Down

0 comments on commit e8b44ee

Please sign in to comment.