Skip to content

Commit

Permalink
docs-readme
Browse files Browse the repository at this point in the history
  • Loading branch information
aruis committed Nov 20, 2024
1 parent 49356db commit b2ae7ab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
- [x] 软删除
- [x] 通用业务字段自动创建
- [x] 数据加密
- [x] 数据校验
- [x] 数据签名(数据完整性校验)
- [x] 内部数据变动广播
- [x] 数据变动广播到SockJS
Expand Down Expand Up @@ -80,6 +81,9 @@

## 开发指南

如果你是需要使用 MuYun 平台实现自己的项目,可以移步 https://github.com/ximatai/MuYunStarter
这是我们准备好的专门用来使用打包好的 MuYun Jar 包进行业务开发的起步项目。如果你想了解 MuYun 本身是怎么开发的可以继续往下看。

本项目使用 Java 21 开发。

本项目目前对 [PostgreSQL](https://www.postgresql.org/) 做了完整适配,其他数据库需要做轻微改造才能兼容。
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
allprojects {
group = "net.ximatai.muyun"
version = "1.0.0-SNAPSHOT"
// version = "0.1.5"
// version = "0.1.6"

repositories {
mavenLocal()
Expand Down

0 comments on commit b2ae7ab

Please sign in to comment.