# solr-spring-boot-starter
**Repository Path**: chuan1024/solr-spring-boot-starter
## Basic Information
- **Project Name**: solr-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**: 2022-04-19
- **Last Updated**: 2022-04-20
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# solr-spring-boot-starter
#### 介绍
**solr 自动装配**
采用自定义spring boot自动装配功能,将solr后台功能继承与项目之中,便于单体应用的发布。自动装配自动添加 **solr** servlet,自动匹配`/solr/*`路径进行拦截。
#### 访问路径
http://server:port/contextPath/solr/**
#### 安装教程
```text
org.chuan.solr
solr-spring-boot-starter
1.0-SNAPSHOT
```