2014-02-04 09:21:00 +08:00
|
|
|
# Initializers
|
|
|
|
org.springframework.context.ApplicationContextInitializer=\
|
|
|
|
org.springframework.boot.autoconfigure.logging.AutoConfigurationReportLoggingInitializer
|
|
|
|
|
2013-07-26 18:50:02 +08:00
|
|
|
# Auto Configure
|
2013-07-27 05:10:38 +08:00
|
|
|
org.springframework.boot.autoconfigure.EnableAutoConfiguration=\
|
2013-09-11 20:14:49 +08:00
|
|
|
org.springframework.boot.autoconfigure.aop.AopAutoConfiguration,\
|
2013-10-24 23:27:00 +08:00
|
|
|
org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration,\
|
2013-07-27 05:10:38 +08:00
|
|
|
org.springframework.boot.autoconfigure.MessageSourceAutoConfiguration,\
|
|
|
|
org.springframework.boot.autoconfigure.PropertyPlaceholderAutoConfiguration,\
|
|
|
|
org.springframework.boot.autoconfigure.batch.BatchAutoConfiguration,\
|
|
|
|
org.springframework.boot.autoconfigure.data.JpaRepositoriesAutoConfiguration,\
|
2013-09-11 22:48:59 +08:00
|
|
|
org.springframework.boot.autoconfigure.data.MongoRepositoriesAutoConfiguration,\
|
2014-04-03 23:35:27 +08:00
|
|
|
org.springframework.boot.autoconfigure.data.rest.RepositoryRestMvcAutoConfiguration,\
|
2014-04-30 00:46:55 +08:00
|
|
|
org.springframework.boot.autoconfigure.freemarker.FreeMarkerAutoConfiguration,\
|
|
|
|
org.springframework.boot.autoconfigure.hateoas.HypermediaAutoConfiguration,\
|
2014-05-01 17:05:57 +08:00
|
|
|
org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration,\
|
2013-07-27 05:10:38 +08:00
|
|
|
org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration,\
|
|
|
|
org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration,\
|
2014-05-15 22:18:16 +08:00
|
|
|
org.springframework.boot.autoconfigure.jms.ActiveMQAutoConfiguration,\
|
2013-09-16 23:11:56 +08:00
|
|
|
org.springframework.boot.autoconfigure.jms.JmsTemplateAutoConfiguration,\
|
2013-12-12 04:30:56 +08:00
|
|
|
org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration,\
|
2014-05-02 02:37:25 +08:00
|
|
|
org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration,\
|
2014-05-16 01:42:44 +08:00
|
|
|
org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateAutoConfiguration,\
|
2014-04-18 05:59:36 +08:00
|
|
|
org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration,\
|
2013-09-26 22:26:45 +08:00
|
|
|
org.springframework.boot.autoconfigure.mobile.DeviceResolverAutoConfiguration,\
|
2014-02-06 09:52:25 +08:00
|
|
|
org.springframework.boot.autoconfigure.mongo.MongoAutoConfiguration,\
|
2014-04-25 22:49:34 +08:00
|
|
|
org.springframework.boot.autoconfigure.mongo.MongoDataAutoConfiguration,\
|
2013-07-27 05:10:38 +08:00
|
|
|
org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration,\
|
|
|
|
org.springframework.boot.autoconfigure.reactor.ReactorAutoConfiguration,\
|
2014-04-30 00:46:55 +08:00
|
|
|
org.springframework.boot.autoconfigure.redis.RedisAutoConfiguration,\
|
2013-11-21 01:54:59 +08:00
|
|
|
org.springframework.boot.autoconfigure.security.SecurityAutoConfiguration,\
|
2014-03-26 01:03:10 +08:00
|
|
|
org.springframework.boot.autoconfigure.security.FallbackWebSecurityAutoConfiguration,\
|
2014-05-08 00:34:24 +08:00
|
|
|
org.springframework.boot.autoconfigure.velocity.VelocityAutoConfiguration,\
|
2013-07-27 05:10:38 +08:00
|
|
|
org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration,\
|
|
|
|
org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration,\
|
2013-09-19 17:27:54 +08:00
|
|
|
org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration,\
|
2013-07-27 05:10:38 +08:00
|
|
|
org.springframework.boot.autoconfigure.web.ServerPropertiesAutoConfiguration,\
|
|
|
|
org.springframework.boot.autoconfigure.web.MultipartAutoConfiguration,\
|
2013-12-16 23:28:26 +08:00
|
|
|
org.springframework.boot.autoconfigure.web.HttpMessageConvertersAutoConfiguration,\
|
2013-08-21 22:40:47 +08:00
|
|
|
org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration,\
|
2014-04-28 17:26:54 +08:00
|
|
|
org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration,\
|
2013-08-21 22:40:47 +08:00
|
|
|
org.springframework.boot.autoconfigure.websocket.WebSocketAutoConfiguration
|
2014-04-30 00:46:55 +08:00
|
|
|
|
|
|
|
# Template availability providers
|
2014-05-01 04:38:17 +08:00
|
|
|
org.springframework.boot.autoconfigure.template.TemplateAvailabilityProvider=\
|
2014-04-30 00:46:55 +08:00
|
|
|
org.springframework.boot.autoconfigure.freemarker.FreeMarkerTemplateAvailabilityProvider,\
|
2014-05-16 05:12:27 +08:00
|
|
|
org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateAvailabilityProvider,\
|
2014-04-30 00:46:55 +08:00
|
|
|
org.springframework.boot.autoconfigure.thymeleaf.ThymeleafTemplateAvailabilityProvider,\
|
2014-05-08 00:34:24 +08:00
|
|
|
org.springframework.boot.autoconfigure.velocity.VelocityTemplateAvailabilityProvider,\
|
2014-04-30 00:46:55 +08:00
|
|
|
org.springframework.boot.autoconfigure.web.JspTemplateAvailabilityProvider
|