Configure shiro.ini for JDBC connection
问题 As part of my new years learning new technologies initiative I have started messing around with the Apache Shiro Security Framework. I managed to get the basic example working which stores usernames, passwords and roles in the shiro.ini file, but when I modified my shiro.ini file to use JDBC it just stopped working. I now keep getting prompted for my username and password when trying to access my application. I've kept it as simple as possible (the passwords aren't even hashed). Below is my