所有程序包的分层结构

程序包分层结构:

类分层结构

  • java.lang.Object
    • cc.cloudpivot.starter.log.handler.AbstractLogHandler (implements cc.cloudpivot.starter.log.handler.LogHandler)
    • cc.cloudpivot.starter.log.autoconfigure.LogAutoConfiguration
    • cc.cloudpivot.starter.log.interceptor.LogInterceptor (implements org.springframework.web.servlet.HandlerInterceptor)
    • cc.cloudpivot.starter.log.autoconfigure.LogWebConfiguration (implements org.springframework.web.servlet.config.annotation.WebMvcConfigurer)