mysql branch
lastlink opened this issue · 2 comments
could you create a mysql branch so I can do a pull request from https://github.com/lastlink/jwt-spring-security-demo/tree/mysql.
Main reason as the minor changes break h2 memory database support.
@lastlink I think, I don't want to maintenance two branches in the future. The scope of this project doesn't lie in implementations for specific databases. I just want to study how JWT can be used and configured for Spring Boot and Spring Security in general. It's more a kind of template that other people can adapt for their requirements. I hope this is understandable ;)
Do you have interesting changes, that are not MySQL-related?
this change was specifically for bringing in the mysql support. I suppose it could be just commenting out the dependency in the xml pom file & everything will still work being able to just uncomment to start using mysql.