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

序号

标题

文件

15

Spring Boot 应用起步与配置

SpringInitializr.md

16

Spring Boot 应用配置分析

Configure.md

17

Spring Boot 打包文件内容与结构

JarDirectoryStructure.md

18

使用 Gradle 构建 Spring Boot 应用

GradlePlugin.md

19

Spring Boot 参数自动装配

Autowired.md

20

Jar 文件规范

JarFileSpecification.md

19 - 21

Spring Boot Loader 源码分析

Loader.md

20

反射扩展

Reflect.md

22

JDWP 远程调试

JDWP.md

23

使用 JDWP 调试 Spring Boot Loader 源码

JDWPLoader.md

24

@SpringBootApplication

SpringBootApplication.md

24

@SpringBootConfiguration

SpringBootConfiguration.md

24 - 26

@Configuration

Configuration.md

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

Last updated 5 years ago

Was this helpful?