# learn-autoconfigure **Repository Path**: jslssz/learn-autoconfigure ## Basic Information - **Project Name**: learn-autoconfigure - **Description**: No description available - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-04 - **Last Updated**: 2021-07-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 自定义spring-boot-starter和自动装配 - clone项目 ```git https://gitee.com/xxzhsz/learn-autoconfigure.git ``` - 安装到本地 ```mvn mvn install ``` - 其他spring-boot项目引入 ```xml com.hx learn-autoconfigure 1.0-SNAPSHOT ``` application.xml配置 ``` user.config.id=3306 user.config.name=8899 ``` 官方文档参考:https://docs.spring.io/spring-boot/docs/2.3.4.RELEASE/reference/html/appendix-configuration-metadata.html 博客参考:搜索自定义Spring-boot-starter