Springboot的框架图
时间: 2023-06-23 17:09:58 浏览: 161
下面是Spring Boot的框架图,主要分为四个层次:
1. Infrastructure Layer:基础设施层,包括Spring框架、ORM框架、数据库、缓存等。
2. Core Layer:核心层,包括Spring Boot核心模块、自动配置、启动器等。
3. Application Layer:应用层,包括业务逻辑、控制器、服务等。
4. User Interface Layer:用户界面层,包括Web界面、RESTful API等。
![Spring Boot框架图](https://img-blog.csdn.net/20180415170813999?watermark/2/text/aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L3pwXzMxOTI2NzIy/font/5a6L5L2T/fontsize/400/fill/I0JBQkFCMA==/dissolve/70/q/100)
阅读全文