microservices-book
  • 前言
  • 微服务基础
    • 微服务架构和单体应用架构
    • 微服务架构特征
    • 微服务治理与去中心化
    • 微服务演进式设计与优缺点
    • 微服务宏观把控
  • 面向服务的架构
    • SOA 理论与概念
    • 维基百科微服务
    • 微服务和 SOA 对比
  • Spring Boot
    • Spring Boot 应用起步与配置
    • Spring Boot 应用配置分析
    • Spring Boot 打包文件内容与结构
    • 使用 Gradle 构建 Spring Boot 应用
    • Spring Boot 参数自动装配
    • Jar 文件规范
    • Spring Boot Loader 源码分析
    • 反射扩展
    • JDWP 远程调试
    • 使用 JDWP 调试 Spring Boot Loader 源码
    • @SpringBootApplication
    • @SpringBootConfiguration
    • @Configuration
Powered by GitBook
On this page

Was this helpful?

Spring Boot

Previous微服务和 SOA 对比NextSpring Boot 应用起步与配置

Last updated 5 years ago

Was this helpful?

序号

标题

文件

15

SpringInitializr.md

16

Configure.md

17

JarDirectoryStructure.md

18

GradlePlugin.md

19

Autowired.md

20

JarFileSpecification.md

19 - 21

Loader.md

20

Reflect.md

22

JDWP.md

23

JDWPLoader.md

24

SpringBootApplication.md

24

SpringBootConfiguration.md

24 - 26

Configuration.md

Spring Boot 应用起步与配置
Spring Boot 应用配置分析
Spring Boot 打包文件内容与结构
使用 Gradle 构建 Spring Boot 应用
Spring Boot 参数自动装配
Jar 文件规范
Spring Boot Loader 源码分析
反射扩展
JDWP 远程调试
使用 JDWP 调试 Spring Boot Loader 源码
@SpringBootApplication
@SpringBootConfiguration
@Configuration