Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
pengjinning committed May 25, 2024
1 parent acdb194 commit 237f38e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 5 deletions.
9 changes: 5 additions & 4 deletions README.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @Author: jackning 270580156@qq.com
* @Date: 2024-01-29 16:43:44
* @LastEditors: jackning 270580156@qq.com
* @LastEditTime: 2024-05-25 12:37:11
* @LastEditTime: 2024-05-25 14:51:03
* @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.
Expand Down Expand Up @@ -128,15 +128,16 @@ h2数据库: http://localhost:9003/h2-console, 路径: ./h2db/weiyuim, 用户名
- [TODO: Android](https://www.weiyuai.cn/download.html)
- [TODO: IOS](https://www.weiyuai.cn/download.html)

## 技术栈
## 技术栈 - 基于金融级云原生架构

- [springboot-3.2.0 jdk17/maven/h2/mysql8.0/postgresql/oracle(jpa支持的所有数据库)](https://spring.io/projects/spring-boot) for 后端
<!-- - [springboot-3.2.0 jdk17/maven/h2/mysql8.0/postgresql/oracle(jpa支持的所有数据库)](https://spring.io/projects/spring-boot) for 后端 -->
- [sofaboot-4.2.0 jdk17/maven/h2/mysql8.0/postgresql/oracle(jpa支持的所有数据库)](https://github.com/sofastack/sofa-boot/blob/master/README_ZH.md) for 后端
- [python-3.10](https://docs.python.org/zh-cn/3/) for AI助手
- [react-18.2.0](https://reactjs.org/) for web前端
- [react-native-0.73.4](https://reactnative.dev/) for 移动客户端(ios&android)
- [electron-29.1.1](https://www.electronjs.org/) for 桌面客户端(windows&mac&linux)

有兴趣的同学,特别是独立开发者,欢迎加入,共同开发,利润共享。
<!-- 有兴趣的同学,特别是独立开发者,欢迎加入,共同开发,利润共享。 -->

## 联系

Expand Down
12 changes: 11 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,18 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<!-- https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.2-Release-Notes -->
<!-- <parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.0</version>
</parent> -->

<!-- https://www.sofastack.tech/projects/sofa-boot/quick-start/ -->
<parent>
<groupId>com.alipay.sofa</groupId>
<artifactId>sofaboot-dependencies</artifactId>
<version>4.2.0</version>
</parent>

<groupId>com.bytedesk</groupId>
Expand All @@ -27,6 +35,8 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<!-- <java.version>1.8</java.version> -->
<java.version>17</java.version>
<spring.boot.version>3.2.0</spring.boot.version>
<sofa.boot.version>4.2.0</sofa.boot.version>
<!-- -->
<querydsl.version>5.1.0</querydsl.version>
<!-- -->
Expand Down

0 comments on commit 237f38e

Please sign in to comment.