# solr-ui
**Repository Path**: chuan1024/solr-ui
## Basic Information
- **Project Name**: solr-ui
- **Description**: No description available
- **Primary Language**: Java
- **License**: Apache-2.0
- **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-ui
#### 介绍
**solr 展示界面**
当前jar采用spring boot jar包中静态资源默认访问路径管理,将solr静态资源至于jar包中的 **META-INF/resources/webjars/** 中。
#### 访问路径
http://server:port/contextPath/solr-ui.html
#### 安装教程
```text
org.chuan.solr
solr-ui
1.0-SNAPSHOT
```
#### 版本发布
```text
# 准备发布
mvn release:prepare
# 正式发布
mvn release:perform
```