Skip to content

Commit

Permalink
feat: 添加动态数据源代码说明
Browse files Browse the repository at this point in the history
  • Loading branch information
mianshenglee committed Jan 13, 2020
1 parent bb41587 commit baae01f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,10 @@
- 示例功能: 使用多套数据源的策略,实现一主一从的数据库逻辑。
- 文章:[搞定SpringBoot多数据源(1):多套源策略](https://mianshenglee.github.io/2020/01/13/multi-datasource-1.html)

2. `dynamic-datasource`

- 示例功能: 使用动态数据源策略进行数据源切换,也可使用 AOP 方式进行数据源切换,实现一主一从的数据库逻辑。
- 文章:[搞定SpringBoot多数据源(2):动态数据源](https://mianshenglee.github.io/2020/01/13/multi-datasource-2.html)

# 如何找到我的更多文章

Expand Down
5 changes: 5 additions & 0 deletions multi-datasource/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,8 @@

- 示例功能: 使用多套数据源的策略,实现一主一从的数据库逻辑。
- 文章:[搞定SpringBoot多数据源(1):多套源策略](https://mianshenglee.github.io/2020/01/13/multi-datasource-1.html)

2. `dynamic-datasource`

- 示例功能: 使用动态数据源策略进行数据源切换,也可使用 AOP 方式进行数据源切换,实现一主一从的数据库逻辑。
- 文章:[搞定SpringBoot多数据源(2):动态数据源](https://mianshenglee.github.io/2020/01/13/multi-datasource-2.html)

0 comments on commit baae01f

Please sign in to comment.