# hello-spring-boot-starter
**Repository Path**: advanced-projs/hello-spring-boot-starter
## Basic Information
- **Project Name**: hello-spring-boot-starter
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2025-07-05
- **Last Updated**: 2025-07-06
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
有道云文章ID :5a802e71-b7a0-46f0-a3f7-2bd7f50eaddd 自定义starter。
这个starter是一个普通**“maven**”(hj 不是 springBoot工程)工程,其他项目可以 在pom.xml中 通过 下面的方式引入本starter,然后在 java内熊通过@Resource/Autowire引入本starter的serve类
com.hejie
test-spring-boot-starter
1.0.0
其他方式:
如果我把当前 maven项目推送到私有 maven仓库了,其他 项目可以这样引入:
举例: gitee: git@gitee.com:advanced-projs/shiro-creditsystem.git
看pom.xml和 UserController 引入的 HelloService


```
com.hejie
test-spring-boot-starter
1.0.0
nexus_demo
nexus_demo
http://192.168.101.205:8081/repository/nexus_demo/
true
always
my-company-nexus
http://192.168.101.205:8081/repository/nexus_demo/
```