# spring-boot-action **Repository Path**: XandJ-9/spring-boot-action ## Basic Information - **Project Name**: spring-boot-action - **Description**: spring-boot代码学习 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-11-15 - **Last Updated**: 2024-10-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README spring-boot 学习使用 该项目做为自己的学习积累,逐步学习spring-boot生态下的各类组件 (代码在慢慢完善中,部分组件的使用还不是很全面) [demo-actuator](./demo-actuator/ReadMe.md): spring-boot提供的监控组件,方便查看应用运行过程中的状态信息 [demo-admin](./demo-admin/ReadMe.md): spring-boot 管理组件 [demo-aop](./demo-aop/ReadMe.md): aop使用 [demo-batch](./demo-batch/ReadMe.md): spring-batch整合使用 [demo-data-jpa](./demo-data-jpa/R): spring-jpa整合使用 [demo-spring-mvc](./demo-spring-mvc/README.md): spring-boot-mvc的简单代码样例