springboot3 发表于 2019-01-17 | 分类于 学习 阅读时长 ≈ 3 SPringBoot启动器汇总 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581. Spring Boot application startersspring-boot-starter-thymeleaf使用Thymeleaf视图构建MVC Web应用程序spring-boot-starter-ws使用Spring Web服务。1.4不推荐使用,推荐使用spring-boot-starter-web-servicesspring-boot-starter-data-couchbaseStarter for using Couchbase document-oriented database and Spring Data Couchbasespring-boot-starter-artemis使用Apache Artemis启动JMS消息传递spring-boot-starter-web-services使用Spring Web服务spring-boot-starter-mail支持使用Java Mail和Spring Framework发送电子邮件spring-boot-starter-data-redis使用Redis键值数据存储与Spring Data Redis和Jedis客户端spring-boot-starter-web启动器构建web,包括RESTful,使用Spring MVC的应用程序。使用Tomcat作为默认嵌入式容器spring-boot-starter-data-gemfireStarter for using GemFire distributed data store and Spring Data GemFirespring-boot-starter-activemq使用Apache ActiveMQ启动JMS消息传递spring-boot-starter-data-elasticsearch使用Elasticsearch搜索和分析引擎和Spring Data Elasticsearchspring-boot-starter-integrationStarter for using Spring Integrationspring-boot-starter-testSpring Boot应用程序用于测试包括JUnit,Hamcrest和Mockitospring-boot-starter-hornetq使用HornetQ启动JMS消息传递。1.4已弃用,推荐使用spring-boot-starter-artemisspring-boot-starter-jdbc使用JDBC与Tomcat JDBC连接池spring-boot-starter-mobile使用Spring Mobile构建Web应用程序的入门spring-boot-starter-validation使用Java Bean校验与Hibernate校验器spring-boot-starter-hateoas使用Spring MVC和Spring HATEOAS构建基于超媒体的RESTful Web应用程序的入门spring-boot-starter-jersey使用JAX-RS和Jersey构建RESTful Web应用程序的入门。 spring-boot-starter-web的替代品spring-boot-starter-data-neo4j使用Neo4j图数据库和Spring Data Neo4jspring-boot-starter-websocket使用Spring Framework的WebSocket支持构建WebSocket应用程序spring-boot-starter-aop使用Spring AOP和AspectJ进行面向方面编程spring-boot-starter-amqp使用Spring AMQP和Rabbit MQ的入门spring-boot-starter-data-cassandra使用Cassandra分布式数据库和Spring Data Cassandraspring-boot-starter-social-facebook使用Spring Social Facebookspring-boot-starter-jta-atomikos使用Atomikos进行JTA事务spring-boot-starter-security使用Spring Securityspring-boot-starter-mustache使用Mustache视图构建MVC Web应用程序spring-boot-starter-data-jpa使用Spring Data JPA与Hibernatespring-boot-starter核心启动器,包括自动配置支持,日志记录和YAMLspring-boot-starter-velocity使用Velocity视图构建MVC Web应用程序。1.4已弃用spring-boot-starter-groovy-templates使用Groovy模板视图构建MVC Web应用程序spring-boot-starter-freemarker使用FreeMarker视图构建MVC Web应用程序spring-boot-starter-batch使用Spring Batchspring-boot-starter-redis使用Redis键值数据存储与Spring Data Redis和Jedis客户端的入门。1.4已弃用,建议使用spring-boot-starter-data-redisspring-boot-starter-social-linkedinStater for using Spring Social LinkedInspring-boot-starter-cache支持使用Spring Framework的缓存spring-boot-starter-data-solr使用带有Spring Data Solr的Apache Solr搜索平台spring-boot-starter-data-mongodb使用MongoDB和Spring Data MongoDBspring-boot-starter-jooq使用jOOQ访问SQL数据库。 spring-boot-starter-data-jpa或spring-boot-starter-jdbc的替代方法spring-boot-starter-jta-narayanaSpring Boot启动Narayana JTAspring-boot-starter-cloud-connectors启动者使用Spring Cloud连接器,简化了连接到云平台中的服务,如Cloud Foundry和Herokuspring-boot-starter-jta-bitronix使用Bitronix进行JTA事务spring-boot-starter-social-twitter使用Spring Social Twitterspring-boot-starter-data-rest使用Spring Data REST通过REST暴露Spring数据存储库2. Spring Boot production startersspring-boot-starter-actuator使用Spring Boot的Actuator,提供生产就绪的功能,以帮助您监视和管理您的应用程序spring-boot-starter-remote-shell使用CRaSH远程shell通过SSH监视和管理您的应用程序3. Spring Boot technical startersspring-boot-starter-undertow使用Undertow作为嵌入式servlet容器。 spring-boot-starter-tomcat的替代方法spring-boot-starter-jetty使用Jetty作为嵌入式servlet容器的。 spring-boot-starter-tomcat的替代方法spring-boot-starter-logging使用Logback进行日志记录。 默认日志启动器spring-boot-starter-tomcat使用Tomcat作为嵌入式servlet容器。 spring-boot-starter-web使用的默认servlet容器spring-boot-starter-log4j2使用Log4j2进行日志记录。 spring-boot-starter-logging的替代方法 -------------本文结束感谢您的阅读-------------