所有程序包的分层结构
程序包分层结构:- io.github.linpeilie,
- top.binfast.common.seed,
- top.binfast.common.seed.base,
- top.binfast.common.seed.config,
- top.binfast.common.seed.handler,
- top.binfast.common.seed.interceptor,
- top.binfast.common.seed.mapper,
- top.binfast.common.seed.model,
- top.binfast.common.seed.model.login,
- top.binfast.common.seed.model.vo,
- top.binfast.common.seed.services,
- top.binfast.common.seed.services.impl,
- top.binfast.common.seed.strategy
类分层结构
- java.lang.Object
- top.binfast.common.seed.interceptor.AuthenticationInterceptor (implements org.springframework.web.servlet.HandlerInterceptor)
- top.binfast.common.mybatis.bean.model.BaseModel (implements java.io.Serializable)
- top.binfast.common.seed.model.AppConnect
- top.binfast.common.seed.base.BaseServiceImpl
- io.github.linpeilie.ConverterMapperAdapter
- top.binfast.common.seed.base.DataObjectUtil
- top.binfast.common.seed.config.DataSourceConfig
- top.binfast.common.seed.strategy.DefaultAuthStrategy (implements top.binfast.common.seed.strategy.AuthStrategyI)
- top.binfast.common.mybatis.bean.model.EmptyModel (implements java.io.Serializable)
- top.binfast.common.seed.model.SysClient
- 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, jakarta.servlet.Filter, org.springframework.beans.factory.InitializingBean, org.springframework.web.context.ServletContextAware)
- org.springframework.web.filter.OncePerRequestFilter
- top.binfast.common.seed.config.XssSecurityFilter
- org.springframework.web.filter.OncePerRequestFilter
- top.binfast.common.seed.handler.GlobalExceptionHandler
- top.binfast.common.seed.model.login.LoginBody (implements java.io.Serializable)
- top.binfast.common.seed.model.login.MiniAppLoginBody
- top.binfast.common.seed.model.login.PasswordLoginBody
- top.binfast.common.seed.model.login.SmsLoginBody
- top.binfast.common.seed.model.login.SocialLoginBody
- top.binfast.common.seed.model.vo.LoginVo
- top.binfast.common.seed.config.RestTemplateConfig
- top.binfast.common.seed.SeedAutoConfiguration
- com.baomidou.mybatisplus.extension.service.impl.ServiceImpl<M,
T> (implements com.baomidou.mybatisplus.extension.service.IService<T>) - top.binfast.common.seed.services.impl.SysClientServImpl (implements top.binfast.common.seed.services.SysClientServ)
- top.binfast.common.seed.model.SysClientToSysClientVoMapperImpl (implements top.binfast.common.seed.model.SysClientToSysClientVoMapper)
- top.binfast.common.seed.model.vo.SysClientVo (implements java.io.Serializable)
- top.binfast.common.seed.model.vo.SysClientVoToSysClientMapperImpl (implements top.binfast.common.seed.model.vo.SysClientVoToSysClientMapper)
- top.binfast.common.seed.config.ValidatorConfig
接口分层结构
- top.binfast.common.seed.strategy.AuthStrategyI
- io.github.linpeilie.AutoMapperConfig
- io.github.linpeilie.BaseMapper<S,
T> - top.binfast.common.seed.model.SysClientToSysClientVoMapper
- top.binfast.common.seed.model.vo.SysClientVoToSysClientMapper
- com.baomidou.mybatisplus.extension.service.IService<T>
- top.binfast.common.seed.services.SysClientServ
- top.binfast.common.seed.base.IServiceBak<T>
- com.baomidou.mybatisplus.core.mapper.Mapper<T>
- com.baomidou.mybatisplus.core.mapper.BaseMapper<T>
- top.binfast.common.mybatis.mapper.BinBaseMapper<T>
- top.binfast.common.seed.mapper.AppConnectMapper
- top.binfast.common.seed.mapper.SysClientMapper
- top.binfast.common.mybatis.mapper.BinBaseMapper<T>
- com.baomidou.mybatisplus.core.mapper.BaseMapper<T>