Skip to content

Commit

Permalink
fix bean config
Browse files Browse the repository at this point in the history
  • Loading branch information
lor6 committed Apr 6, 2019
1 parent 63aa10d commit 3f5ed8d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@

import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.Profile;
import org.springframework.security.authentication.AuthenticationManager;
import org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter;

@Configuration
@Profile("!authz")
public class WebSecurityConfiguration extends WebSecurityConfigurerAdapter {

@Bean
Expand Down

0 comments on commit 3f5ed8d

Please sign in to comment.