
s.Anteros-Generator-Core.1.0.0.source-code.globalMethodSecurityConfiguration.ftl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of Anteros-Generator-Core Show documentation
Show all versions of Anteros-Generator-Core Show documentation
Anteros Generator Core for Java.
package ${packageName};
import org.springframework.context.annotation.Configuration;
import org.springframework.security.config.annotation.method.configuration.EnableGlobalMethodSecurity;
import br.com.anteros.security.spring.config.AnterosSpringGlobalMethodSecurityConfiguration;
@Configuration
@EnableGlobalMethodSecurity(securedEnabled=true, prePostEnabled=true)
public class GlobalMethodSecurityConfiguration extends AnterosSpringGlobalMethodSecurityConfiguration{
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy