Skip to content

Commit

Permalink
Remove unnecessary @ConditionalOnExpression
Browse files Browse the repository at this point in the history
  • Loading branch information
lzhpo committed Mar 6, 2023
1 parent 598a9a9 commit b6abb2c
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

import com.lzhpo.sensitive.resolve.RequestMappingResolver;
import org.springframework.beans.factory.annotation.Qualifier;
import org.springframework.boot.autoconfigure.condition.ConditionalOnExpression;
import org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
Expand All @@ -27,7 +26,6 @@

/** @author lzhpo */
@Configuration
@ConditionalOnExpression
@Import({FastJsonAutoConfiguration.class, FastJson2AutoConfiguration.class})
public class SensitiveAutoConfiguration {

Expand Down

0 comments on commit b6abb2c

Please sign in to comment.