https://stackoverflow.com/questions/49964443/java-spring-jdbc-spring-session-table-doesnt-exist
Java Spring JDBC SPRING_SESSION table doesn't exist
I am developing a simple RESTfull service in Java Spring and using JDBCTemplate. However, I am getting a run time error, which I don't understand. It complains about SPRING_SESSION table not exis...
stackoverflow.com