zoukankan      html  css  js  c++  java
  • Spring Boot相关~

     Introducing Spring Boot

    Spring Boot makes it easy to create stand-alone, production-grade Spring-based Applications that you can run. We take an opinionated view of the Spring platform and third-party libraries, so that you can get started with minimum fuss. Most Spring Boot applications need very little Spring configuration.

    You can use Spring Boot to create Java applications that can be started by using java -jar or more traditional war deployments. We also provide a command line tool that runs “spring scripts”.

    Our primary goals are:

    • Provide a radically faster and widely accessible getting-started experience for all Spring development.
    • Be opinionated out of the box but get out of the way quickly as requirements start to diverge from the defaults.
    • Provide a range of non-functional features that are common to large classes of projects (such as embedded servers, security, metrics, health checks, and externalized configuration).
    • Absolutely no code generation and no requirement for XML configuration.

    本博文内容引用自:https://docs.spring.io/spring-boot/docs/current/reference/html/

  • 相关阅读:
    对js数组的splice实现
    前端必读
    命令模式
    访问者模式
    观察者模式
    解释器模式
    装饰器模式
    组合模式
    抽象工厂模式
    搜索结果关键词高亮显示
  • 原文地址:https://www.cnblogs.com/my-worldlet/p/10736820.html
Copyright © 2011-2022 走看看