类分层结构
- java.lang.Object
- com.flyfish.demo.utils.ArgumentTypeUtils
- com.flyfish.demo.core.auth.AuthenticateManager
- com.flyfish.demo.entity.BaseEntity
- com.flyfish.demo.entity.Depart
- com.flyfish.demo.entity.User
- com.flyfish.demo.core.dao.DaoSupportImpl<T> (implements com.flyfish.demo.core.dao.DaoSupport<T>)
- com.flyfish.demo.core.dao.GenericDataStore<T> (implements com.flyfish.demo.core.dao.DataStore<T>)
- org.springframework.web.filter.GenericFilterBean (implements org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.DisposableBean, org.springframework.context.EnvironmentAware, org.springframework.core.env.EnvironmentCapable, javax.servlet.Filter, org.springframework.beans.factory.InitializingBean, org.springframework.web.context.ServletContextAware)
- org.springframework.web.filter.OncePerRequestFilter
- com.flyfish.demo.controller.LoginController
- com.flyfish.demo.oauth.OAuth2UserService (implements com.flyfish.oauth.configuration.OAuth2SsoUserService<T>)
- com.flyfish.demo.config.OAuthConfig
- com.flyfish.demo.oauth.OAuthSessionConverter (implements com.flyfish.oauth.configuration.SSOSessionConverter<T>)
- com.flyfish.demo.core.service.ServiceSupportImpl<T> (implements com.flyfish.demo.core.service.ServiceSupport<T>)
- com.flyfish.demo.SimpleWebApplication
- com.flyfish.demo.controller.TestController
- com.flyfish.demo.config.WebConfig (implements org.springframework.web.servlet.config.annotation.WebMvcConfigurer)
接口分层结构
Copyright © 2020. All rights reserved.