(翻譯看個人意願)
官方介紹:
springboot 會讓你非常容易的建立乙個獨立的生產級spring基礎應用,而且對於它你能做的就是「開始執行」。。
我們採用了spring平台自主的檢視和第三方文庫,這樣你會做最少的無用功。spring boot應用只需要非常少的配置。
features:
embed tomcat, jetty or undertow directly (no need to deploy war files)
provide opinionated 'starter' dependencies to simplify your build configuration
automatically configure spring and 3rd party libraries whenever possible
provide production-ready features such as metrics, health checks and externalized configuration
absolutely no code generation and no requirement for xml configuration
特性:從自我介紹來看很容易入門。。。
Springboot學習筆記(一)
web應用 spring web mvc 應用 spring web flux 應用 元件自動裝配 web mvc,web flax,jdbc 嵌入式web容器 tomcat,jetty,undertow 生產準備特性 指標,健康檢查,外部化配置 元件自動裝配 啟用 enableautoconfig...
學習springboot筆記(一)
1.微服務 乙個專案可以由多個小型服務構成 微服務 springboot可以快速開發微服務塊。2.springboot功能 a 簡化j2ee開發 b 整個spring技術的棧的整合 整合springmvc spring c 整個j2ee技術的整合 整合mybatis struct2 redis 3....
SpringBoot學習筆記(一)
spring.profiles.active tomcat配置 修改伺服器端口號 server.port 8081 修改上下文路徑 server.servlet.context path example 配置 tomcat url 編碼 server.tomcat.uri encoding utf ...