Back
Featured image of post 01 Spring Boot

01 Spring Boot

Spring Boot basic introduction.

Spring Boot


Why?

  • Before: import packages + dependences + write config files + test development logic + deploy + …..
  • Now: Spring Boot can simplify those workflow

Introduction

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

  • Spring Boot来简化Spring应用开发,去翻从简,产品级别应用.

  • 可以快速创建独立运行的Spring项目以及主流框架的集成

  • J2EE开发的一站式解决方案

  • 与云计算天然集成

  • Applyed in Microservices


Monolithic Architecture vs. Microservices Architecture

Figure: Architecture differences between traditional monolithic applications and microservices
Figure: Architecture differences between traditional monolithic applications and microservices


Prerequisites

  • Java and IDE (Eclipse or IntelliJ)
  • Maven or Gradle
  • Basic understanding of Spring: Java Config, component-scanning, Spring driven testing and Spring data-management.
comments powered by Disqus
Built with Hugo
Theme Stack designed by Jimmy