所有程序包的分层结构
程序包分层结构:类分层结构
- java.lang.Object
- me.youm.core.auth.aspect.PreAuthAspect
- me.youm.core.auth.filter.PreAuthFilter (implements org.springframework.core.Ordered, org.springframework.web.server.WebFilter)
- me.youm.core.auth.config.TokenConfiguration
- me.youm.core.auth.props.TokenProperties
注释类型分层结构
- me.youm.core.auth.annotation.PreAuth (implements java.lang.annotation.Annotation)