# spring-boot-learn-diary **Repository Path**: panjandrum/spring-boot-learn-diary ## Basic Information - **Project Name**: spring-boot-learn-diary - **Description**: 自己熟悉一下springboot 的自动配置和监控,自己写了一个start,然后集成了spring-boot-admin,做监控 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-21 - **Last Updated**: 2022-03-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # spring-boot-learn-diary #### 介绍 自己熟悉一下springboot 的自动配置和监控,自己写了一个start,然后集成了spring-boot-admin,做监控 #### 软件架构 软件架构说明 spring-boot:2.6.4 spring-boot-admin:2.6.2(版本低了会报错,所以我用了最新的) #### 安装教程 1. actuator-admin-service spring-boot-admin的service服务端,访问地址为:http://localhost:8081 2. demo 为一个普通的web项目,引入了demo-spring-boot-start,在yml文件配置demo.user.enabled=true,start里面配置的bean回生效,可以直接使用 3. demo-spring-boot-start 自己写的一个spring-boot的start,引入jar后,直接配置就可以引入里面的service,主要注意下resources下的META-INF/spring.factories文件 4. demo-web-spring-boot-start 也是一个start,引入jar后,再在配置文件写入demo.hello.enabled = true,可以直接访问里面的url #### 使用说明 1. xxxx 2. xxxx 3. xxxx #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)