Skip to content

Commit 6fd5533

Browse files
Flyway two MySQL schemas
1 parent 1e63fe6 commit 6fd5533

File tree

1 file changed

+9
-3
lines changed
  • HibernateSpringBootFlywayMySQLTwoDatabases

1 file changed

+9
-3
lines changed

HibernateSpringBootFlywayMySQLTwoDatabases/README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,13 @@
1515
- for `booksdb`, place the migration SQLs files in `db\migration\booksdb`
1616
- for `authorsdb`, place the migration SQLs files in `db\migration\authorsdb`
1717

18-
-------------------------------
18+
-----------------------------------------------------------------------------------------------------------------------
19+
<table>
20+
<tr><td><b>If you need a deep dive into the performance recipes exposed in this repository then I am sure that you will love my book "Spring Boot Persistence Best Practices"</b></td><td><b>If you need a hand of tips and illustrations of 100+ Java persistence performance issues then "Java Persistence Performance Illustrated Guide" is for you.</b></td></tr>
21+
<tr><td>
22+
<a href="https://www.apress.com/us/book/9781484256251"><p align="left"><img src="https://github.com/AnghelLeonard/Hibernate-SpringBoot/blob/master/Spring%20Boot%20Persistence%20Best%20Practices.jpg" height="500" width="450"/></p></a>
23+
</td><td>
24+
<a href="https://leanpub.com/java-persistence-performance-illustrated-guide"><p align="right"><img src="https://github.com/AnghelLeonard/Hibernate-SpringBoot/blob/master/Java%20Persistence%20Performance%20Illustrated%20Guide.jpg" height="500" width="450"/></p></a>
25+
</td></tr></table>
1926

20-
**You may like to try as well:**
21-
<a href="https://leanpub.com/java-persistence-performance-illustrated-guide"><p align="center"><img src="https://github.com/AnghelLeonard/Hibernate-SpringBoot/blob/master/Java%20Persistence%20Performance%20Illustrated%20Guide.jpg" height="410" width="350"/></p></a>
27+
-----------------------------------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)