1
0
mirror of https://github.com/chatopera/cosin.git synced 2025-06-16 18:30:03 +08:00
This commit is contained in:
Hai Liang Wang 2023-01-02 09:49:40 +08:00
parent 4a8885a9e1
commit e11ce57d0a
3 changed files with 11 additions and 4 deletions

View File

@ -4,7 +4,7 @@
</div>
# 春松客服:上线开源客服系统
# 春松客服 v7
[![GitHub Stargazers](https://img.shields.io/github/stars/chatopera/cskefu.svg?style=social&label=Star&maxAge=2592000)](https://github.com/cskefu/cskefu/stargazers) [![GitHub Forks](https://img.shields.io/github/forks/chatopera/cskefu.svg?style=social&label=Fork&maxAge=2592000)](https://github.com/cskefu/cskefu/network/members) [![License](https://img.shields.io/github/license/chatopera/cskefu.svg)](https://www.cskefu.com/2022/06/24/cskefu-opensource-license/ "开源许可协议") [![GitHub Issues](https://img.shields.io/github/issues/chatopera/cskefu.svg)](https://github.com/cskefu/cskefu/issues) [![GitHub Issues Closed](https://img.shields.io/github/issues-closed/chatopera/cskefu.svg)](https://github.com/cskefu/cskefu/issues?q=is%3Aissue+is%3Aclosed) [![docker](https://img.shields.io/docker/pulls/chatopera/contact-center.svg "Docker Pulls")](https://hub.docker.com/r/chatopera/contact-center/) <!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-30-orange.svg?style=flat-square)](#contributors-)
@ -13,6 +13,11 @@
[https://www.cskefu.com](https://www.cskefu.com/) | [GitHub](https://github.com/cskefu/cskefu) | [Gitee](https://gitee.com/chatopera/cskefu) | [GitCode](https://gitcode.net/chatopera/cskefu)
| 版本 | 文档中心 | GitHub 分支 |
| --- | --- | --- |
| v8.x | [Next](https://docs.cskefu.com/docs/next/) | [develop](https://github.com/cskefu/cskefu/tree/develop) |
| v7.x | [v7](https://docs.cskefu.com/docs/) | [master](https://github.com/cskefu/cskefu/tree/master) |
:hearts: 春松客服的愿景:
- 公元 2032 年内1000 万企业上线开源客服系统

View File

@ -10,4 +10,6 @@ baseDir=$(cd `dirname "$0"`;pwd)
# main
[ -z "${BASH_SOURCE[0]}" -o "${BASH_SOURCE[0]}" = "$0" ] || return
cd $baseDir/../app
SPRING_PROFILES_ACTIVE=dev mvn spring-boot:run
source .env
mvn spring-boot:run
#java -jar target/contact-center.war

View File

@ -83,7 +83,7 @@ spring.data.redis.repositories.enabled=false
spring.data.elasticsearch.properties.path.data=../data
spring.data.elasticsearch.cluster-name=elasticsearch
spring.data.elasticsearch.cluster-nodes=127.0.0.1:9300
spring.data.elasticsearch.cluster-nodes=localhost:9300
spring.data.elasticsearch.local=false
spring.data.elasticsearch.repositories.enabled=true