博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
spring boot学习笔记(一)
阅读量:5313 次
发布时间:2019-06-14

本文共 1096 字,大约阅读时间需要 3 分钟。

(翻译看个人意愿)

官方介绍:

Spring Boot makes it easy to create stand-alone, production-grade Spring based Applications that you can "just run".

springboot 会让你非常容易的创建一个独立的生产级spring基础应用,而且对于它你能做的就是“开始运行”。。

We take an opinionated view of the Spring platform and third-party libraries so you can get started with minimum fuss. Most Spring Boot applications need very little Spring configuration.

我们采用了spring平台自主的视图和第三方文库,这样你会做最少的无用功。spring boot应用只需要非常少的配置。

Features:

  • Create stand-alone Spring applications

  • 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

特性:

  • 创建独立的Spring应用程序
  • 直接嵌入Tomcat,Jetty或Undertow(无需部署WAR文件)
  • 提供入门级的POM文件来简化您的Maven配置
  • 尽可能的自动配置Spring和第三方库
  • 提供生产就绪功能,如指标,运行状况检查和外部配置
  • 绝对不会生成代码,也不需要XML配置

从自我介绍来看很容易入门。。。

 

转载于:https://www.cnblogs.com/of-course/p/11234706.html

你可能感兴趣的文章
Android实现微信自己主动抢红包的程序
查看>>
从计算的本质到编程语言
查看>>
《罗辑思维》的逻辑缺陷
查看>>
IAR编译duplicate definitions for IAR报错解决办法补充版
查看>>
[转载]linux与grep
查看>>
IOS常用的第三方开发库
查看>>
在前端工作中遇到的一些常见的兼容问题
查看>>
Writing a Kernel in C++
查看>>
JavaScript: Better and Faster
查看>>
Codeforces Round #244 (Div. 2) B. Prison Transfer
查看>>
css图片上加文字
查看>>
centos下查看rpm包安装位置
查看>>
虚拟内存和物理内存之间的区别
查看>>
jenkins 批量修改svn 地址
查看>>
Spring presentation (1)
查看>>
运行Python脚本的方法
查看>>
ES 04 - 安装Kibana插件(6.6.0版本)
查看>>
jquery mousewheel
查看>>
linux 无线指示灯闪
查看>>
StringBuffer的用法
查看>>