2014-02-04 09:21:00 +08:00
|
|
|
# Initializers
|
|
|
|
org.springframework.context.ApplicationContextInitializer=\
|
2016-01-25 02:41:03 +08:00
|
|
|
org.springframework.boot.autoconfigure.SharedMetadataReaderFactoryContextInitializer,\
|
2017-11-10 23:20:13 +08:00
|
|
|
org.springframework.boot.autoconfigure.logging.ConditionEvaluationReportLoggingListener
|
2014-02-04 09:21:00 +08:00
|
|
|
|
2015-11-05 15:12:26 +08:00
|
|
|
# Application Listeners
|
|
|
|
org.springframework.context.ApplicationListener=\
|
|
|
|
org.springframework.boot.autoconfigure.BackgroundPreinitializer
|
|
|
|
|
2017-01-23 13:31:07 +08:00
|
|
|
# Auto Configuration Import Listeners
|
|
|
|
org.springframework.boot.autoconfigure.AutoConfigurationImportListener=\
|
|
|
|
org.springframework.boot.autoconfigure.condition.ConditionEvaluationReportAutoConfigurationImportListener
|
|
|
|
|
2017-01-23 15:14:23 +08:00
|
|
|
# Auto Configuration Import Filters
|
|
|
|
org.springframework.boot.autoconfigure.AutoConfigurationImportFilter=\
|
|
|
|
org.springframework.boot.autoconfigure.condition.OnClassCondition
|
|
|
|
|
2013-07-26 18:50:02 +08:00
|
|
|
# Auto Configure
|
2013-07-27 05:10:38 +08:00
|
|
|
org.springframework.boot.autoconfigure.EnableAutoConfiguration=\
|
2015-06-10 07:06:28 +08:00
|
|
|
org.springframework.boot.autoconfigure.admin.SpringApplicationAdminJmxAutoConfiguration,\
|
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.batch.BatchAutoConfiguration,\
|
2015-03-17 23:21:23 +08:00
|
|
|
org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration,\
|
2014-12-22 18:06:37 +08:00
|
|
|
org.springframework.boot.autoconfigure.cassandra.CassandraAutoConfiguration,\
|
2014-08-01 02:34:10 +08:00
|
|
|
org.springframework.boot.autoconfigure.cloud.CloudAutoConfiguration,\
|
2015-08-04 19:59:57 +08:00
|
|
|
org.springframework.boot.autoconfigure.context.ConfigurationPropertiesAutoConfiguration,\
|
2017-01-20 06:00:40 +08:00
|
|
|
org.springframework.boot.autoconfigure.context.MessageSourceAutoConfiguration,\
|
|
|
|
org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration,\
|
2015-07-30 15:49:50 +08:00
|
|
|
org.springframework.boot.autoconfigure.couchbase.CouchbaseAutoConfiguration,\
|
2014-10-09 23:02:10 +08:00
|
|
|
org.springframework.boot.autoconfigure.dao.PersistenceExceptionTranslationAutoConfiguration,\
|
2014-12-22 18:06:37 +08:00
|
|
|
org.springframework.boot.autoconfigure.data.cassandra.CassandraDataAutoConfiguration,\
|
2017-05-04 16:19:10 +08:00
|
|
|
org.springframework.boot.autoconfigure.data.cassandra.CassandraReactiveDataAutoConfiguration,\
|
|
|
|
org.springframework.boot.autoconfigure.data.cassandra.CassandraReactiveRepositoriesAutoConfiguration,\
|
2014-12-22 18:06:37 +08:00
|
|
|
org.springframework.boot.autoconfigure.data.cassandra.CassandraRepositoriesAutoConfiguration,\
|
2016-03-07 20:02:43 +08:00
|
|
|
org.springframework.boot.autoconfigure.data.couchbase.CouchbaseDataAutoConfiguration,\
|
2017-10-29 22:47:06 +08:00
|
|
|
org.springframework.boot.autoconfigure.data.couchbase.CouchbaseReactiveDataAutoConfiguration,\
|
|
|
|
org.springframework.boot.autoconfigure.data.couchbase.CouchbaseReactiveRepositoriesAutoConfiguration,\
|
2015-07-30 15:49:50 +08:00
|
|
|
org.springframework.boot.autoconfigure.data.couchbase.CouchbaseRepositoriesAutoConfiguration,\
|
2015-09-22 07:30:05 +08:00
|
|
|
org.springframework.boot.autoconfigure.data.elasticsearch.ElasticsearchAutoConfiguration,\
|
|
|
|
org.springframework.boot.autoconfigure.data.elasticsearch.ElasticsearchDataAutoConfiguration,\
|
2014-06-03 16:14:47 +08:00
|
|
|
org.springframework.boot.autoconfigure.data.elasticsearch.ElasticsearchRepositoriesAutoConfiguration,\
|
|
|
|
org.springframework.boot.autoconfigure.data.jpa.JpaRepositoriesAutoConfiguration,\
|
2016-05-18 20:49:34 +08:00
|
|
|
org.springframework.boot.autoconfigure.data.ldap.LdapRepositoriesAutoConfiguration,\
|
2015-09-22 07:30:05 +08:00
|
|
|
org.springframework.boot.autoconfigure.data.mongo.MongoDataAutoConfiguration,\
|
2017-05-04 16:19:10 +08:00
|
|
|
org.springframework.boot.autoconfigure.data.mongo.MongoReactiveDataAutoConfiguration,\
|
|
|
|
org.springframework.boot.autoconfigure.data.mongo.MongoReactiveRepositoriesAutoConfiguration,\
|
2014-06-03 16:14:47 +08:00
|
|
|
org.springframework.boot.autoconfigure.data.mongo.MongoRepositoriesAutoConfiguration,\
|
2016-06-25 02:15:55 +08:00
|
|
|
org.springframework.boot.autoconfigure.data.neo4j.Neo4jDataAutoConfiguration,\
|
2015-09-02 14:57:37 +08:00
|
|
|
org.springframework.boot.autoconfigure.data.neo4j.Neo4jRepositoriesAutoConfiguration,\
|
2014-06-03 16:14:47 +08:00
|
|
|
org.springframework.boot.autoconfigure.data.solr.SolrRepositoriesAutoConfiguration,\
|
2015-09-22 07:30:05 +08:00
|
|
|
org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration,\
|
2017-05-04 15:25:36 +08:00
|
|
|
org.springframework.boot.autoconfigure.data.redis.RedisReactiveAutoConfiguration,\
|
2016-03-20 20:34:37 +08:00
|
|
|
org.springframework.boot.autoconfigure.data.redis.RedisRepositoriesAutoConfiguration,\
|
2014-04-03 23:35:27 +08:00
|
|
|
org.springframework.boot.autoconfigure.data.rest.RepositoryRestMvcAutoConfiguration,\
|
2014-10-13 21:55:02 +08:00
|
|
|
org.springframework.boot.autoconfigure.data.web.SpringDataWebAutoConfiguration,\
|
2016-06-23 16:39:16 +08:00
|
|
|
org.springframework.boot.autoconfigure.elasticsearch.jest.JestAutoConfiguration,\
|
2018-05-07 23:57:09 +08:00
|
|
|
org.springframework.boot.autoconfigure.elasticsearch.rest.RestClientAutoConfiguration,\
|
2017-03-15 09:06:53 +08:00
|
|
|
org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration,\
|
2014-04-30 00:46:55 +08:00
|
|
|
org.springframework.boot.autoconfigure.freemarker.FreeMarkerAutoConfiguration,\
|
2014-10-02 17:27:21 +08:00
|
|
|
org.springframework.boot.autoconfigure.gson.GsonAutoConfiguration,\
|
2015-08-04 18:33:16 +08:00
|
|
|
org.springframework.boot.autoconfigure.h2.H2ConsoleAutoConfiguration,\
|
2014-04-30 00:46:55 +08:00
|
|
|
org.springframework.boot.autoconfigure.hateoas.HypermediaAutoConfiguration,\
|
2015-08-26 23:44:50 +08:00
|
|
|
org.springframework.boot.autoconfigure.hazelcast.HazelcastAutoConfiguration,\
|
2015-11-06 19:01:59 +08:00
|
|
|
org.springframework.boot.autoconfigure.hazelcast.HazelcastJpaDependencyAutoConfiguration,\
|
2017-03-15 09:06:53 +08:00
|
|
|
org.springframework.boot.autoconfigure.http.HttpMessageConvertersAutoConfiguration,\
|
2017-06-20 20:56:18 +08:00
|
|
|
org.springframework.boot.autoconfigure.http.codec.CodecsAutoConfiguration,\
|
2017-06-02 16:45:24 +08:00
|
|
|
org.springframework.boot.autoconfigure.influx.InfluxDbAutoConfiguration,\
|
2016-03-04 20:26:15 +08:00
|
|
|
org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration,\
|
2014-05-01 17:05:57 +08:00
|
|
|
org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration,\
|
2014-10-02 17:27:21 +08:00
|
|
|
org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration,\
|
2013-07-27 05:10:38 +08:00
|
|
|
org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration,\
|
2016-07-26 07:55:07 +08:00
|
|
|
org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration,\
|
2014-08-27 02:33:09 +08:00
|
|
|
org.springframework.boot.autoconfigure.jdbc.JndiDataSourceAutoConfiguration,\
|
2014-08-23 03:10:58 +08:00
|
|
|
org.springframework.boot.autoconfigure.jdbc.XADataSourceAutoConfiguration,\
|
2013-07-27 05:10:38 +08:00
|
|
|
org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration,\
|
2014-05-30 07:31:11 +08:00
|
|
|
org.springframework.boot.autoconfigure.jms.JmsAutoConfiguration,\
|
2013-12-12 04:30:56 +08:00
|
|
|
org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration,\
|
2014-08-26 04:12:52 +08:00
|
|
|
org.springframework.boot.autoconfigure.jms.JndiConnectionFactoryAutoConfiguration,\
|
2014-06-01 20:49:41 +08:00
|
|
|
org.springframework.boot.autoconfigure.jms.activemq.ActiveMQAutoConfiguration,\
|
2015-06-15 00:12:32 +08:00
|
|
|
org.springframework.boot.autoconfigure.jms.artemis.ArtemisAutoConfiguration,\
|
2014-05-16 01:42:44 +08:00
|
|
|
org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateAutoConfiguration,\
|
2014-10-02 17:32:55 +08:00
|
|
|
org.springframework.boot.autoconfigure.jersey.JerseyAutoConfiguration,\
|
2015-04-11 22:17:30 +08:00
|
|
|
org.springframework.boot.autoconfigure.jooq.JooqAutoConfiguration,\
|
2017-04-11 10:01:13 +08:00
|
|
|
org.springframework.boot.autoconfigure.jsonb.JsonbAutoConfiguration,\
|
2016-03-29 03:48:50 +08:00
|
|
|
org.springframework.boot.autoconfigure.kafka.KafkaAutoConfiguration,\
|
2016-05-18 20:49:34 +08:00
|
|
|
org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapAutoConfiguration,\
|
|
|
|
org.springframework.boot.autoconfigure.ldap.LdapAutoConfiguration,\
|
2014-04-18 05:59:36 +08:00
|
|
|
org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration,\
|
2014-10-29 22:25:39 +08:00
|
|
|
org.springframework.boot.autoconfigure.mail.MailSenderAutoConfiguration,\
|
2015-07-14 17:23:49 +08:00
|
|
|
org.springframework.boot.autoconfigure.mail.MailSenderValidatorAutoConfiguration,\
|
2014-11-26 19:40:31 +08:00
|
|
|
org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoAutoConfiguration,\
|
2014-02-06 09:52:25 +08:00
|
|
|
org.springframework.boot.autoconfigure.mongo.MongoAutoConfiguration,\
|
2017-05-04 16:19:10 +08:00
|
|
|
org.springframework.boot.autoconfigure.mongo.MongoReactiveAutoConfiguration,\
|
2015-01-09 21:50:39 +08:00
|
|
|
org.springframework.boot.autoconfigure.mustache.MustacheAutoConfiguration,\
|
2013-07-27 05:10:38 +08:00
|
|
|
org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration,\
|
2015-10-26 08:29:56 +08:00
|
|
|
org.springframework.boot.autoconfigure.quartz.QuartzAutoConfiguration,\
|
2017-01-21 23:07:30 +08:00
|
|
|
org.springframework.boot.autoconfigure.reactor.core.ReactorCoreAutoConfiguration,\
|
2018-01-17 19:42:58 +08:00
|
|
|
org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration,\
|
2018-02-08 08:12:46 +08:00
|
|
|
org.springframework.boot.autoconfigure.security.servlet.UserDetailsServiceAutoConfiguration,\
|
2018-01-17 19:42:58 +08:00
|
|
|
org.springframework.boot.autoconfigure.security.servlet.SecurityFilterAutoConfiguration,\
|
2017-09-27 03:40:39 +08:00
|
|
|
org.springframework.boot.autoconfigure.security.reactive.ReactiveSecurityAutoConfiguration,\
|
2018-02-08 08:12:46 +08:00
|
|
|
org.springframework.boot.autoconfigure.security.reactive.ReactiveUserDetailsServiceAutoConfiguration,\
|
2015-05-22 23:32:47 +08:00
|
|
|
org.springframework.boot.autoconfigure.sendgrid.SendGridAutoConfiguration,\
|
2015-05-21 00:06:53 +08:00
|
|
|
org.springframework.boot.autoconfigure.session.SessionAutoConfiguration,\
|
2018-05-31 08:58:55 +08:00
|
|
|
org.springframework.boot.autoconfigure.security.oauth2.client.servlet.OAuth2ClientAutoConfiguration,\
|
|
|
|
org.springframework.boot.autoconfigure.security.oauth2.client.reactive.ReactiveOAuth2ClientAutoConfiguration,\
|
2014-04-28 13:45:19 +08:00
|
|
|
org.springframework.boot.autoconfigure.solr.SolrAutoConfiguration,\
|
2013-07-27 05:10:38 +08:00
|
|
|
org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration,\
|
2015-04-09 20:26:23 +08:00
|
|
|
org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration,\
|
|
|
|
org.springframework.boot.autoconfigure.transaction.jta.JtaAutoConfiguration,\
|
2016-11-28 10:50:43 +08:00
|
|
|
org.springframework.boot.autoconfigure.validation.ValidationAutoConfiguration,\
|
2017-03-15 09:06:53 +08:00
|
|
|
org.springframework.boot.autoconfigure.web.client.RestTemplateAutoConfiguration,\
|
2018-02-20 15:58:58 +08:00
|
|
|
org.springframework.boot.autoconfigure.web.embedded.EmbeddedWebServerFactoryCustomizerAutoConfiguration,\
|
2017-03-15 09:06:53 +08:00
|
|
|
org.springframework.boot.autoconfigure.web.reactive.HttpHandlerAutoConfiguration,\
|
2018-02-16 17:44:15 +08:00
|
|
|
org.springframework.boot.autoconfigure.web.reactive.ReactiveWebServerFactoryAutoConfiguration,\
|
2017-04-21 06:58:23 +08:00
|
|
|
org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration,\
|
2017-10-17 03:55:05 +08:00
|
|
|
org.springframework.boot.autoconfigure.web.reactive.error.ErrorWebFluxAutoConfiguration,\
|
2017-06-19 16:03:53 +08:00
|
|
|
org.springframework.boot.autoconfigure.web.reactive.function.client.WebClientAutoConfiguration,\
|
2017-03-15 09:06:53 +08:00
|
|
|
org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration,\
|
|
|
|
org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryAutoConfiguration,\
|
|
|
|
org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration,\
|
|
|
|
org.springframework.boot.autoconfigure.web.servlet.HttpEncodingAutoConfiguration,\
|
|
|
|
org.springframework.boot.autoconfigure.web.servlet.MultipartAutoConfiguration,\
|
|
|
|
org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration,\
|
2017-05-12 17:29:12 +08:00
|
|
|
org.springframework.boot.autoconfigure.websocket.reactive.WebSocketReactiveAutoConfiguration,\
|
|
|
|
org.springframework.boot.autoconfigure.websocket.servlet.WebSocketServletAutoConfiguration,\
|
|
|
|
org.springframework.boot.autoconfigure.websocket.servlet.WebSocketMessagingAutoConfiguration,\
|
2018-03-31 20:07:42 +08:00
|
|
|
org.springframework.boot.autoconfigure.webservices.WebServicesAutoConfiguration,\
|
|
|
|
org.springframework.boot.autoconfigure.webservices.client.WebServiceTemplateAutoConfiguration
|
2014-04-30 00:46:55 +08:00
|
|
|
|
2016-04-21 00:34:44 +08:00
|
|
|
# Failure analyzers
|
|
|
|
org.springframework.boot.diagnostics.FailureAnalyzer=\
|
2016-08-24 14:57:22 +08:00
|
|
|
org.springframework.boot.autoconfigure.diagnostics.analyzer.NoSuchBeanDefinitionFailureAnalyzer,\
|
2016-08-26 17:31:46 +08:00
|
|
|
org.springframework.boot.autoconfigure.jdbc.DataSourceBeanCreationFailureAnalyzer,\
|
2017-09-13 17:20:06 +08:00
|
|
|
org.springframework.boot.autoconfigure.jdbc.HikariDriverConfigurationFailureAnalyzer,\
|
|
|
|
org.springframework.boot.autoconfigure.session.NonUniqueSessionRepositoryFailureAnalyzer
|
2016-04-21 00:34:44 +08:00
|
|
|
|
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,\
|
2015-01-09 21:50:39 +08:00
|
|
|
org.springframework.boot.autoconfigure.mustache.MustacheTemplateAvailabilityProvider,\
|
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,\
|
2017-03-15 09:06:53 +08:00
|
|
|
org.springframework.boot.autoconfigure.web.servlet.JspTemplateAvailabilityProvider
|