You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Class H2Configuration.java ServletRegistrationBean class not found , the new package is org.springframework.boot.web.servlet.ServletRegistrationBean
Class SecurityConfiguraion.java in @Autowired parivate UserDetailsService userDetailsService import info : import org.springframework.security.core.userdetails.UserDetailsService; ? or com.rd.security.UserDetailsService
error tip : Could not autowired. No beans of CustomLogoutSuccessHandler type found.
Could not autowired. No beans of CustomAuthenticationEntryPoint type found.
The text was updated successfully, but these errors were encountered:
i have some question :
Class
H2Configuration.java
ServletRegistrationBean class not found , the new package isorg.springframework.boot.web.servlet.ServletRegistrationBean
Class
SecurityConfiguraion.java
in@Autowired parivate UserDetailsService userDetailsService
import info :import org.springframework.security.core.userdetails.UserDetailsService;
? orcom.rd.security.UserDetailsService
Class
OAuth2Configuration.java
error tip : Could not autowired. No beans of
CustomLogoutSuccessHandler
type found.Could not autowired. No beans of
CustomAuthenticationEntryPoint
type found.The text was updated successfully, but these errors were encountered: