2
我已將Spring Shiro與Spring Boot與Spring Data JPA集成在一起。 Spring Boot項目位於this GitHub倉庫中。Shiro與Springboot集成
問題是,當我運行,並嘗試驗證應用程序,我碰到下面的錯誤
roleAdmin.getId() 1: null
roleAdmin.getId() 2: 3
Current user is not authenticated.
2016-08-13 09:49:45.715 WARN 10528 --- [lication Thread] o.h.engine.jdbc.spi.SqlExceptionHelper : SQL Error: 0, SQLState: S0022
2016-08-13 09:49:45.716 ERROR 10528 --- [lication Thread] o.h.engine.jdbc.spi.SqlExceptionHelper : Column 'id' not found.
Authentication failed for token submission [org.apache.shiro.authc.UsernamePasswordToken - yunus, rememberMe=false]. Possible unexpected error? (Typical or expected login exceptions should extend from AuthenticationException).
它完全不能進行身份驗證,我設法創造this回購來闡述我的問題。一探究竟。
解決方案和批評是高度可以接受的。
更新
如果需要任何額外的信息來澄清我的問題,只是問
它現在有效,謝謝你。這個問題一直困擾着我。 –
太棒了!順便說一句,你發佈的可運行示例幫助了很多,花了大約5分鐘來追蹤這個問題,如果只有更多的人會這樣做:) –