Package org.apereo.cas.web
Class CasWebApplication
- java.lang.Object
-
- org.apereo.cas.web.CasWebApplication
-
@EnableDiscoveryClient @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.gson.GsonAutoConfiguration.class,org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration.class,org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration.class,org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration.class,org.springframework.boot.autoconfigure.mongo.MongoAutoConfiguration.class,org.springframework.boot.autoconfigure.data.mongo.MongoDataAutoConfiguration.class,org.springframework.boot.autoconfigure.cassandra.CassandraAutoConfiguration.class,org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration.class,org.springframework.boot.autoconfigure.data.redis.RedisRepositoriesAutoConfiguration.class}) @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class) @EnableAsync @EnableAspectJAutoProxy(proxyTargetClass=true) @EnableTransactionManagement(proxyTargetClass=true) @EnableScheduling public class CasWebApplication extends java.lang.ObjectThis isCasWebApplicationthat houses the main method.- Since:
- 5.0.0
-
-
Constructor Summary
Constructors Constructor Description CasWebApplication()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleApplicationReadyEvent(org.springframework.boot.context.event.ApplicationReadyEvent event)Handle application ready event.static voidmain(java.lang.String[] args)Main entry point of the CAS web application.
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args)
Main entry point of the CAS web application.- Parameters:
args- the args
-
handleApplicationReadyEvent
@EventListener public void handleApplicationReadyEvent(org.springframework.boot.context.event.ApplicationReadyEvent event)
Handle application ready event.- Parameters:
event- the event
-
-