Package org.apereo.cas
Class CasCommandLineShellApplication
- java.lang.Object
-
- org.apereo.cas.CasCommandLineShellApplication
-
@SpringBootApplication(exclude={org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration.class,org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateAutoConfiguration.class}, proxyBeanMethods=false) @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class) @EnableAsync(proxyTargetClass=false) public class CasCommandLineShellApplication extends java.lang.ObjectThis isCasCommandLineShellApplication.- Since:
- 5.2.0
-
-
Constructor Summary
Constructors Constructor Description CasCommandLineShellApplication()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)Main entry point of the CAS shell.
-