Skip to content

SpringBoot-快速构建基于Spring应用的生产级框架

License

Notifications You must be signed in to change notification settings

Almost-Famous-CN/springboot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpringBoot-快速构建基于Spring应用的生产级框架

前言(OverView)

随着时代的进步,技术的演进,渐渐地SpringBoot成为时下流行最广、应用最多的web框架,使得Java开发人员的开发效率大大提升。 本着知其然知其所以然的求知精神,来学习SpringBoot的使用方法以及原理。解释我们为什么要用它(springboot)


优势(Futures)

来源于官网的解释: SpringBoot官网

  • 可以快速创建独立的Spring应用程序
  • 内嵌式的Tomcat、Jetty Web应用服务器
  • 通过选择式的starter依赖项极简地构建项目
  • 自动装配Spring和第三方库
  • 提供可用于生产的特性,如度量标准、健康状况检查和外部化配置(actuator)
  • 完全不需要代码生成和XML配置文件

构建springboot项目

Image file


私人订制专属banner

  1. 将目标code在banner生成器中生成
  2. 将生成后的文本复制粘贴到一个名为banner.txt文件中
  3. banner.txt移动到Module中的resources目录下
  4. 启动SpringBoot程序就可以Console界面看到专属banner了

Image file

springboot系列文章

About

SpringBoot-快速构建基于Spring应用的生产级框架

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published