Skip to content

Instantly share code, notes, and snippets.

@xiangzhuyuan
Created September 15, 2020 13:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xiangzhuyuan/46f5e9bdceef30a65f108644fe648488 to your computer and use it in GitHub Desktop.
Save xiangzhuyuan/46f5e9bdceef30a65f108644fe648488 to your computer and use it in GitHub Desktop.
spring

Spring 学习笔记

  • Spring 核心
  • Sprint boot
  • Sprint 最新动态spring

为什么是 spring

Why Spring?
Spring makes programming Java quicker, easier, and safer for everybody. Spring’s focus on speed, simplicity, and productivity has made it the world's most popular Java framework.
What can Spring do?
Microservices
Quickly deliver production‑grade features with independently evolvable microservices.

Reactive
Spring's asynchronous, nonblocking architecture means you can get more from your computing resources.

Cloud
Your code, any cloud—we’ve got you covered. Connect and scale your services, whatever your platform.

Web apps
Frameworks for fast, secure, and responsive web applications connected to any data store.

Serverless
The ultimate flexibility. Scale up on demand and scale to zero when there’s no demand.

Event Driven
Integrate with your enterprise. React to business events. Act on your streaming data in realtime.

Batch
Automated tasks. Offline processing of data at a time to suit you.

Java 学习笔记

  • 基础语法
  • 进阶语法
  • 设计模式
  • 框架
  • 最新动态
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment