szerhusenBC/jwt-spring-security-demo

Create tables with MySQL

pyth0nic opened this issue · 3 comments

Hello,

Great demonstration and some beautiful code. I'm having a problem autocreating creating tables in mysql like it does with hBase. Any ideas?

Regards
Adrian

Ended up using flywaydb https://flywaydb.org/ to get the migrations done.

@pyth0nic could you share your code for using flyawaydb w/ this repository?

@pyth0nic thanks for your help