-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在运行一段时间以后,会自动断开,登录后报错 #30
Comments
你再仔细检查一下,是否配置正确 |
同学,你file文件夹里面有照片有问题,要删除 |
@fellow-me 哥,我问一下就是我登录进去了但是空白,报错了 |
@fellow-me 是项目有点问题吗 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
在运行一段时间以后,会自动断开,重新登录会报错如下:
Creating a new SqlSession SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@13980787] was not registered for synchronization because synchronization is not active JDBC Connection [HikariProxyConnection@473840143 wrapping com.mysql.cj.jdbc.ConnectionImpl@2125ecf3] will not be managed by Spring ==> Preparing: SELECT id,code,name,gender,address,pwd AS password,avatar,birthday,phone,remark,dept_id,status,create_time,update_time,is_deleted AS deleteFlag FROM sys_staff WHERE is_deleted=0 AND (code = ?) ==> Parameters: admin(String) <== Columns: id, code, name, gender, address, password, avatar, birthday, phone, remark, dept_id, status, create_time, update_time, deleteFlag <== Row: 1, admin, 秋, 0, 广东, $2a$10$hPdTHgqXy0hEAoSVu3BNAeq1H5vwHUUZ5XgQRLIwIGCouJLoTXNy2, 826f7fffbd435284d3c7.jpg, 2000-12-06, 13991849313, 四川南充的, 12, 0, 2022-01-22 19:46:27, 2024-05-29 14:14:02, 0 <== Total: 1 Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@13980787] 2024-05-29 14:19:58.573 INFO 34792 --- [nio-8888-exec-7] c.qiujie.exception.BaseExceptionHandler : 状态异常,请联系管理员 2024-05-29 14:19:58.574 WARN 34792 --- [nio-8888-exec-7] .m.m.a.ExceptionHandlerExceptionResolver : Resolved [org.springframework.security.authentication.InternalAuthenticationServiceException: 状态异常,请联系管理员]
The text was updated successfully, but these errors were encountered: