日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 > 前端技术 > javascript >内容正文

javascript

spring boot 启动卡住_SpringBoot集成的44种启动器,你知道几种?

發布時間:2023/12/2 javascript 40 豆豆
生活随笔 收集整理的這篇文章主要介紹了 spring boot 启动卡住_SpringBoot集成的44种启动器,你知道几种? 小編覺得挺不錯的,現在分享給大家,幫大家做個參考.

點擊藍字“程序員考拉”歡迎關注!

啥是應用啟動器?SpringBoot集成了spring的很多模塊,比如tomcat、redis等等。你用SpringBoot搭建項目,只需要在pom.xml引入相關的依賴,和在配置文件中簡單的配置就可以使用相應模塊了。非常方便,spring boot集成了哪些啟動器呢?

SpringBoot應用啟動器基本的一共有44種,具體如下:

1)spring-boot-starter?
這是Spring Boot的核心啟動器,包含了自動配置、日志和YAML。

2)spring-boot-starter-actuator?
幫助監控和管理應用。

3)spring-boot-starter-amqp?
通過spring-rabbit來支持AMQP協議(Advanced Message Queuing Protocol)。

4)spring-boot-starter-aop?
支持面向方面的編程即AOP,包括spring-aop和AspectJ。

5)spring-boot-starter-artemis?
通過Apache Artemis支持JMS的API(Java?Message Service API)。

6)spring-boot-starter-batch?
支持Spring Batch,包括HSQLDB數據庫。

7)spring-boot-starter-cache?
支持Spring的Cache抽象。

8)spring-boot-starter-cloud-connectors?
支持Spring Cloud Connectors,簡化了在像Cloud Foundry或Heroku這樣的云平臺上連接服務。

9)spring-boot-starter-data-elasticsearch?
支持ElasticSearch搜索和分析引擎,包括spring-data-elasticsearch。

10)spring-boot-starter-data-gemfire?
支持GemFire分布式數據存儲,包括spring-data-gemfire。

11)spring-boot-starter-data-jpa?
支持JPA(Java?Persistence API),包括spring-data-jpa、spring-orm、hibernate。

12)spring-boot-starter-data-MongoDB
支持MongoDB數據,包括spring-data-mongodb。

13)spring-boot-starter-data-rest?
通過spring-data-rest-webmvc,支持通過REST暴露Spring Data數據倉庫。

14)spring-boot-starter-data-solr?
支持Apache Solr搜索平臺,包括spring-data-solr。

15)spring-boot-starter-freemarker?
支持FreeMarker模板引擎。

16)spring-boot-starter-groovy-templates?
支持Groovy模板引擎。

17)spring-boot-starter-hateoas?
通過spring-hateoas支持基于HATEOAS的RESTful Web服務。

18)spring-boot-starter-hornetq?
通過HornetQ支持JMS。

19)spring-boot-starter-integration?
支持通用的spring-integration模塊。

20)spring-boot-starter-jdbc?
支持JDBC數據庫。

21)spring-boot-starter-jersey?
支持Jersey RESTful Web服務框架。

22)spring-boot-starter-jta-atomikos?
通過Atomikos支持JTA分布式事務處理。

23)spring-boot-starter-jta-bitronix?
通過Bitronix支持JTA分布式事務處理。

24)spring-boot-starter-mail?
支持javax.mail模塊。

25)spring-boot-starter-mobile?
支持spring-mobile。

26)spring-boot-starter-mustache?
支持Mustache模板引擎。

27)spring-boot-starter-Redis
支持Redis鍵值存儲數據庫,包括spring-redis。

28)spring-boot-starter-security?
支持spring-security。

29)spring-boot-starter-social-facebook?
支持spring-social-facebook

30)spring-boot-starter-social-linkedin?
支持pring-social-linkedin

31)spring-boot-starter-social-twitter?
支持pring-social-twitter

32)spring-boot-starter-test?
支持常規的測試依賴,包括JUnit、Hamcrest、Mockito以及spring-test模塊。

33)spring-boot-starter-thymeleaf?
支持Thymeleaf模板引擎,包括與Spring的集成。

34)spring-boot-starter-velocity?
支持Velocity模板引擎。

35)spring-boot-starter-web?
S支持全棧式Web開發,包括Tomcat和spring-webmvc。

36)spring-boot-starter-websocket?
支持WebSocket開發。

37)spring-boot-starter-ws?
支持Spring Web Services。

Spring Boot應用啟動器面向生產環境的還有2種,具體如下:

38)spring-boot-starter-actuator?
增加了面向產品上線相關的功能,比如測量和監控。

39)spring-boot-starter-remote-shell?
增加了遠程ssh shell的支持。

最后,Spring Boot應用啟動器還有一些替換技術的啟動器,具體如下:

40)spring-boot-starter-jetty?
引入了Jetty HTTP引擎(用于替換Tomcat)。

41)spring-boot-starter-log4j?
支持Log4J日志框架。

42)spring-boot-starter-logging?
引入了Spring Boot默認的日志框架Logback。

43)spring-boot-starter-tomcat?
引入了Spring Boot默認的HTTP引擎Tomcat。

44)spring-boot-starter-undertow?
引入了Undertow HTTP引擎(用于替換Tomcat)。

原文鏈接:https://www.cnblogs.com/zeussbook/p/11492733.html

如果感覺推送內容不錯,不妨右下角點個在看,感謝支持!

總結

以上是生活随笔為你收集整理的spring boot 启动卡住_SpringBoot集成的44种启动器,你知道几种?的全部內容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。