Skip to content
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

Spring Boot 1.5.4 this project don't start. #14

Open
inchris opened this issue Jun 14, 2017 · 0 comments
Open

Spring Boot 1.5.4 this project don't start. #14

inchris opened this issue Jun 14, 2017 · 0 comments

Comments

@inchris
Copy link

inchris commented Jun 14, 2017

i have some question :

  • 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

  • Class OAuth2Configuration.java

        @Autowired
        private CustomAuthenticationEntryPoint customAuthenticationEntryPoint;

        @Autowired
        private CustomLogoutSuccessHandler customLogoutSuccessHandler;

error tip : Could not autowired. No beans of CustomLogoutSuccessHandler type found.
Could not autowired. No beans of CustomAuthenticationEntryPoint type found.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant