Skip to content

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

@inchris

Description

@inchris

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions