All Downloads are FREE. Search and download functionalities are using the official Maven repository.

te.recipe.rewrite-java-security.1.17.0.source-code.WebSecurityConfigurerAdapterTemplate Maven / Gradle / Ivy

Go to download

Enforce logging best practices and migrate between logging frameworks. Automatically.

There is a newer version: 2.17.1
Show newest version
import org.springframework.context.annotation.Configuration;
import org.springframework.security.config.annotation.web.builders.HttpSecurity;
import org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter;

@Configuration
class SecurityConfig extends WebSecurityConfigurerAdapter {
    @Override
    protected void configure(HttpSecurity http) throws Exception {
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy