恢复hibernate规约配置

This commit is contained in:
2019-03-30 19:23:07 +08:00
parent e5337bd1fb
commit a8c366c5b5
4 changed files with 184 additions and 7 deletions

14
README.md Normal file
View File

@@ -0,0 +1,14 @@
## SpringBoot 2.x Configure Two DataSources Demo Project
SpringBoot 2.x Configure Two DataSources (base version 2.1.3)
You should configure your own database connection address, the connection address in the project has expired!
Study record[SpringBoot2.x Data JPA 多数据源爬坑](https://blog.fjy8018.top/index.php/archives/202/)
## SpringBoot 2.x 多数据源配置样例工程
SpringBoot 2.x 多数据源配置样例工程基于SpringBoot 2.1.3版本有效
注意配置自己的数据库连接地址,工程内的连接地址已经失效
爬坑过程:[SpringBoot2.x Data JPA 多数据源爬坑](https://blog.fjy8018.top/index.php/archives/202/)