程序包me.youm.boot.secure.services的分层结构

程序包分层结构:

类分层结构

  • java.lang.Object
    • me.youm.boot.web.base.domain.BaseDomain (implements java.io.Serializable)
      • me.youm.boot.secure.services.SecureUser (implements org.springframework.security.core.CredentialsContainer, org.springframework.security.core.userdetails.UserDetails)
    • me.youm.boot.secure.services.SecureUserServiceImpl (implements org.springframework.security.core.userdetails.UserDetailsService)

接口分层结构