类分层结构
- java.lang.Object
- me.youm.boot.context.BaseContext
- 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.context.domain.SysDataSource
- me.youm.boot.context.domain.SysLog
- me.youm.boot.secure.domain.SysRole
- me.youm.boot.web.base.domain.TreeDomain<T>
- me.youm.boot.context.BeanContext (implements org.springframework.context.ApplicationContextAware)
- me.youm.boot.BootAutoConfiguration
- me.youm.boot.web.interceptor.BoundSqlSqlSource (implements org.apache.ibatis.mapping.SqlSource)
- me.youm.boot.constant.CacheNameConstant
- me.youm.boot.constant.ControllerConstant
- me.youm.boot.configure.CoreConfig (implements org.springframework.web.servlet.config.annotation.WebMvcConfigurer)
- me.youm.boot.tools.support.server.server.Cpu
- me.youm.boot.context.DataContext
- me.youm.boot.web.interceptor.DataScopeInterceptor (implements org.apache.ibatis.plugin.Interceptor)
- me.youm.boot.tools.support.server.server.Disk
- me.youm.boot.web.interceptor.DomainInterceptor (implements com.baomidou.mybatisplus.core.handlers.MetaObjectHandler)
- me.youm.boot.aop.ExcelAspect
- me.youm.boot.tools.core.ExcelUtil
- me.youm.boot.constant.GenerateConstant
- 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
- me.youm.boot.web.exception.GlobalExceptionHandler
- me.youm.boot.web.interceptor.InterceptorConfiguration (implements org.springframework.context.ApplicationListener<E>)
- me.youm.boot.web.interceptor.InvocationHandler
- me.youm.boot.tools.support.server.server.Jvm
- me.youm.boot.aop.LogAspect
- me.youm.boot.tools.core.MathUtil
- me.youm.boot.tools.support.server.server.Mem
- me.youm.boot.web.base.page.Pageable
- me.youm.boot.web.base.page.PageRequest
- me.youm.boot.web.base.page.PageResponse<T>
- me.youm.boot.tools.core.PatternUtil
- me.youm.boot.web.interceptor.RateLimitInterceptor (implements org.springframework.web.servlet.HandlerInterceptor)
- me.youm.boot.aop.RepeatAspect (implements org.springframework.web.servlet.HandlerInterceptor)
- me.youm.boot.web.domain.Result<T>
- me.youm.boot.web.domain.ResultController
- me.youm.boot.secure.captcha.SecureCaptcha
- me.youm.boot.secure.captcha.SecureCaptchaService
- me.youm.boot.secure.process.SecureLoginFailureHandler (implements org.springframework.security.web.authentication.AuthenticationFailureHandler)
- me.youm.boot.secure.process.SecureLoginSuccessHandler (implements org.springframework.security.web.authentication.AuthenticationSuccessHandler)
- me.youm.boot.secure.process.SecureLogoutSuccessHandler (implements org.springframework.security.web.authentication.logout.LogoutSuccessHandler)
- me.youm.boot.secure.process.SecureNoAuthenticationHandler (implements org.springframework.security.web.AuthenticationEntryPoint)
- me.youm.boot.secure.process.SecureNoPermissionHandler (implements org.springframework.security.web.access.AccessDeniedHandler)
- me.youm.boot.secure.services.SecureUserServiceImpl (implements org.springframework.security.core.userdetails.UserDetailsService)
- me.youm.boot.secure.uutoken.SecureUserToken (implements java.io.Serializable)
- me.youm.boot.secure.uutoken.SecureUserTokenService
- me.youm.boot.constant.SecurityConstant
- me.youm.boot.tools.support.server.Server
- com.baomidou.mybatisplus.extension.service.impl.ServiceImpl<M,T> (implements com.baomidou.mybatisplus.extension.service.IService<T>)
- me.youm.boot.tools.core.ServletUtil
- me.youm.boot.tools.core.StringUtil
- me.youm.boot.configure.SwaggerConfig
- me.youm.boot.tools.support.server.server.Sys
- me.youm.boot.constant.SystemConstant
- me.youm.boot.constant.TenantConstant
- me.youm.boot.web.interceptor.TenantInterceptor (implements org.apache.ibatis.plugin.Interceptor)
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- org.springframework.security.core.AuthenticationException
- me.youm.boot.web.exception.base.BusinessException
- me.youm.boot.constant.TokenConstant
- me.youm.boot.tools.core.TokenUtil
- me.youm.boot.configure.UndertowHttp2Configuration
- me.youm.boot.configure.UndertowServerFactoryCustomizer (implements org.springframework.boot.web.server.WebServerFactoryCustomizer<T>)
- me.youm.boot.context.UserContext
- me.youm.boot.web.exception.ValidationExceptionHandler
- org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter (implements org.springframework.security.config.annotation.web.WebSecurityConfigurer<T>)
注释类型分层结构
- me.youm.boot.web.interceptor.annotation.DataScope (implements java.lang.annotation.Annotation)
- me.youm.boot.web.interceptor.annotation.DataScopeRule (implements java.lang.annotation.Annotation)
- me.youm.boot.aop.annotation.Excel (implements java.lang.annotation.Annotation)
- me.youm.boot.aop.annotation.Log (implements java.lang.annotation.Annotation)
- me.youm.boot.web.interceptor.annotation.RateLimit (implements java.lang.annotation.Annotation)
- me.youm.boot.aop.annotation.Repeat (implements java.lang.annotation.Annotation)
- me.youm.boot.web.interceptor.annotation.TenantIgnore (implements java.lang.annotation.Annotation)
枚举分层结构
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
- me.youm.boot.aop.enums.Action
- me.youm.boot.aop.enums.Model
- me.youm.boot.web.domain.ResultCode
- me.youm.boot.web.interceptor.enums.Scope