所有程序包的分层结构
程序包分层结构:类分层结构
- java.lang.Object
- net.quanter.shield.springboot.config.Application (implements java.io.Serializable)
- net.quanter.shield.springboot.config.Author (implements java.io.Serializable)
- net.quanter.shield.springboot.config.BootConfig (implements org.springframework.boot.CommandLineRunner, java.io.Serializable)
- net.quanter.shield.springboot.h2.H2Config
- net.quanter.shield.springboot.controller.IndexController
- net.quanter.shield.springboot.interceptor.InvocationInterceptor
- net.quanter.shield.springboot.config.Project (implements java.io.Serializable)
- net.quanter.shield.springboot.config.Runtime (implements java.io.Serializable)
- net.quanter.shield.springboot.h2.SheildH2ConsoleAutoConfiguration
- net.quanter.shield.springboot.config.SwaggerConfig
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- net.quanter.shield.springboot.exception.ApplicationException
- net.quanter.shield.springboot.exception.ApplicationServiceApiException
- net.quanter.shield.springboot.exception.ApplicationException
- java.lang.RuntimeException
- java.lang.Exception
注释类型分层结构
- net.quanter.shield.springboot.annotations.InvocationSupport (implements java.lang.annotation.Annotation)
- net.quanter.shield.springboot.annotations.PageSupport (implements java.lang.annotation.Annotation)