@ImportResource(locations={"classpath:/deployerConfigContext.groovy","classpath:/deployerConfigContext.xml"}) @SpringBootApplication(exclude={org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration.class,org.springframework.boot.autoconfigure.jersey.JerseyAutoConfiguration.class,org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateAutoConfiguration.class,org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration.class,org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration.class,org.springframework.boot.actuate.autoconfigure.MetricsDropwizardAutoConfiguration.class,org.springframework.boot.autoconfigure.velocity.VelocityAutoConfiguration.class}) @ComponentScan(basePackages={"org.apereo.cas","org.pac4j.springframework"}, excludeFilters=) @EnableConfigServer @EnableAsync @EnableConfigurationProperties(value=CasConfigurationProperties.class) @EnableTransactionManagement public class CasWebApplication extends java.lang.Object
CasWebApplication
.Modifier | Constructor and Description |
---|---|
protected |
CasWebApplication()
Instantiates a new Cas web application.
|
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args)
Main entry point of the CAS web application.
|