jdbc/appfuse jdbc:mysql://localhost:3306/appfuse test test smtp localhost jdbc/appfuse SELECT password FROM app_user WHERE username=? SELECT role_name FROM user_role r, app_user u WHERE r.username=? and r.user_id = u.id none