Skip to content

Commit

Permalink
fix(*) 修改 README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhengjiaao committed Dec 16, 2022
1 parent 155a09b commit f89282c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,4 @@
| ----------------- | ---------- | ---------- | ---------- | ---------- | ---------- |
| zookeeper | [zookeeper.apache.org](http://zookeeper.apache.org/releases.html) | | [zookeeper-3.6.3-bin.tar.gz](https://www.apache.org/dyn/closer.lua/zookeeper/zookeeper-3.6.3/apache-zookeeper-3.6.3-bin.tar.gz) | | |
| Git | [git-scm.com](https://git-scm.com/) | | [git-latest](https://git-scm.com/downloads) | | |
| Rabbitmq | [Rabbitmq 官方](https://www.rabbitmq.com/) | [Rabbitmq github](https://github.com/rabbitmq) | [rabbitmq-server-3.11.5](https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.11.5) | | |
16 changes: 16 additions & 0 deletions starter-data/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# starter-data

- [spring-data](https://spring.io/projects/spring-data)

## spring-boot-starter 全家桶(组件)示例

> 以下是已经完成的示例模块
- [starter-data-elasticsearch](./starter-data-elasticsearch)
- [starter-data-jdbc](./starter-data-jdbc)
- [starter-data-jpa](./starter-data-jpa)
- [starter-data-mongodb](./starter-data-mongodb)
- [starter-data-mongodb-reactive](./starter-data-mongodb-reactive)
- [starter-data-redis 缓存库redis](./starter-data-redis)
- [starter-data-neo4j 图库](./starter-data-neo4j)
- [starter-data-rest](./starter-data-rest)

0 comments on commit f89282c

Please sign in to comment.