-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2df10af
commit f8de93a
Showing
2 changed files
with
9 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
* @Author: jackning [email protected] | ||
* @Date: 2024-08-09 10:08:02 | ||
* @LastEditors: jackning [email protected] | ||
* @LastEditTime: 2024-08-09 10:53:33 | ||
* @LastEditTime: 2024-08-09 12:32:25 | ||
* @Description: bytedesk.com https://github.com/Bytedesk/bytedesk | ||
* Please be aware of the BSL license restrictions before installing Bytedesk IM – | ||
* selling, reselling, or hosting Bytedesk IM as a service is a breach of the terms and automatically terminates your rights under the license. | ||
|
@@ -14,7 +14,10 @@ | |
--> | ||
# jar deploy | ||
|
||
## download [server](https://cdn.weiyuai.cn/server.zip) | ||
|
||
```bash | ||
# if jar not found, download from: https://cdn.weiyuai.cn/server.zip | ||
# edit config/application.properties | ||
# change mysql credentials | ||
spring.datasource.url=jdbc:mysql://127.0.0.1:3306/bytedesk_im | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
* @Author: jackning [email protected] | ||
* @Date: 2024-08-09 10:08:02 | ||
* @LastEditors: jackning [email protected] | ||
* @LastEditTime: 2024-08-09 10:56:19 | ||
* @LastEditTime: 2024-08-09 12:32:39 | ||
* @Description: bytedesk.com https://github.com/Bytedesk/bytedesk | ||
* Please be aware of the BSL license restrictions before installing Bytedesk IM – | ||
* selling, reselling, or hosting Bytedesk IM as a service is a breach of the terms and automatically terminates your rights under the license. | ||
|
@@ -14,8 +14,11 @@ | |
--> | ||
# Jar 部署 | ||
|
||
## 下载 [server](https://cdn.weiyuai.cn/server.zip) | ||
|
||
```bash | ||
# edit config/application.properties | ||
# 因jar包太大, 从这里下载: https://cdn.weiyuai.cn/server.zip | ||
# 编辑配置文件:config/application.properties | ||
# 修改数据库连接信息 | ||
spring.datasource.url=jdbc:mysql://127.0.0.1:3306/bytedesk_im | ||
spring.datasource.username=root | ||
|