# sofa-boot-example **Repository Path**: laochen/sofa-boot-example ## Basic Information - **Project Name**: sofa-boot-example - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-10-15 - **Last Updated**: 2023-10-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # git guide ``` mkdir sofa-boot-example cd sofa-boot-example git init touch README.md git add README.md git commit -m "first commit" git remote add origin https://gitee.com/laochen/sofa-boot-example.git git push -u origin "master" ``` # 说明 ``` 本工程参照: https://www.sofastack.tech/projects/sofa-boot/quick-start/ 示例代码 https://github.com/sofastack-guides/sofa-boot-guides ``` # 启动后浏览 ``` http://127.0.0.1:3000/api/user/profile http://127.0.0.1:3000/user/profile ``` # sofa-boot 扩展点 ``` 注: 在 SOFABoot 3.x 中调整了 endpoint 路径,health/readiness 更改为 actuator/readiness 应用 Readiness Check 的状况 http://127.0.0.1:3000/actuator/readiness 当前 SOFABoot 中使用 Maven 插件生成的版本信息汇总 http://127.0.0.1:3000/actuator/versions ``` # [模块化开发概述](https://www.sofastack.tech/projects/sofa-boot/modular-development/) # [JVM 服务发布与引用](https://www.sofastack.tech/projects/sofa-boot/module-service/) # [SOFABoot 案例工程](https://github.com/sofastack-guides/sofa-boot-guides/blob/master/sofaboot-sample-with-isolation) * [SOFABoot 示例工程](https://github.com/sofastack-guides/sofa-boot-guides/tree/master/sofaboot-sample) * [SOFABoot 示例工程(包含类隔离能力)](https://github.com/sofastack-guides/sofa-boot-guides/blob/master/sofaboot-sample-with-isolation) * [SOFABoot 示例工程(包含模块化开发能力)](https://github.com/sofastack-guides/sofa-boot-guides/tree/master/sofaboot-sample-with-isle) * [SOFABoot 示例工程(使用 SOFARPC)](https://github.com/sofastack-guides/sofa-boot-guides/tree/master/sofaboot-sample-with-rpc) * [SOFABoot 示例工程(使用定时任务)](https://github.com/sofastack-guides/sofa-boot-guides/tree/master/sofaboot-scheduler-batch-sample)