A B C H I N P R S
所有类 所有程序包
所有类 所有程序包
所有类 所有程序包
A
- Application - net.quanter.shield.springboot.config中的类
- Application() - 类 的构造器net.quanter.shield.springboot.config.Application
- ApplicationException - net.quanter.shield.springboot.exception中的异常错误
-
应用程序异常
- ApplicationException(int, String) - 异常错误 的构造器net.quanter.shield.springboot.exception.ApplicationException
- ApplicationException(int, String, Throwable) - 异常错误 的构造器net.quanter.shield.springboot.exception.ApplicationException
- ApplicationException(String) - 异常错误 的构造器net.quanter.shield.springboot.exception.ApplicationException
- ApplicationException(String, Throwable) - 异常错误 的构造器net.quanter.shield.springboot.exception.ApplicationException
- ApplicationException(Throwable) - 异常错误 的构造器net.quanter.shield.springboot.exception.ApplicationException
- ApplicationServiceApiException - net.quanter.shield.springboot.exception中的异常错误
-
api接口异常 应用接口异常
- ApplicationServiceApiException(int, String) - 异常错误 的构造器net.quanter.shield.springboot.exception.ApplicationServiceApiException
- ApplicationServiceApiException(int, String, Throwable) - 异常错误 的构造器net.quanter.shield.springboot.exception.ApplicationServiceApiException
- ApplicationServiceApiException(String) - 异常错误 的构造器net.quanter.shield.springboot.exception.ApplicationServiceApiException
- ApplicationServiceApiException(String, Throwable) - 异常错误 的构造器net.quanter.shield.springboot.exception.ApplicationServiceApiException
- ApplicationServiceApiException(Throwable) - 异常错误 的构造器net.quanter.shield.springboot.exception.ApplicationServiceApiException
- around(ProceedingJoinPoint) - 类 中的方法net.quanter.shield.springboot.interceptor.InvocationInterceptor
- author - 类 中的变量net.quanter.shield.springboot.config.SwaggerConfig
- Author - net.quanter.shield.springboot.config中的类
- Author() - 类 的构造器net.quanter.shield.springboot.config.Author
B
- basePackage - 类 中的变量net.quanter.shield.springboot.config.SwaggerConfig
- BootConfig - net.quanter.shield.springboot.config中的类
- BootConfig() - 类 的构造器net.quanter.shield.springboot.config.BootConfig
C
- check() - 类 中的方法net.quanter.shield.springboot.controller.IndexController
- config() - 类 中的方法net.quanter.shield.springboot.controller.IndexController
- createRestApi() - 类 中的方法net.quanter.shield.springboot.config.SwaggerConfig
H
- H2Config - net.quanter.shield.springboot.h2中的类
-
created on 2020-10-23
- H2Config() - 类 的构造器net.quanter.shield.springboot.h2.H2Config
I
- index() - 类 中的方法net.quanter.shield.springboot.controller.IndexController
- IndexController - net.quanter.shield.springboot.controller中的类
-
默认Controller
- IndexController() - 类 的构造器net.quanter.shield.springboot.controller.IndexController
- init() - 类 中的方法net.quanter.shield.springboot.config.Runtime
- init() - 类 中的方法net.quanter.shield.springboot.controller.IndexController
- InvocationInterceptor - net.quanter.shield.springboot.interceptor中的类
-
这个也是调用链的起始方法的入口函数 这个类的作用是拦截springboot项目中所有带有DubboSupport注解的类或者方法 然后在threadLocal里配置调用链参数 再最后方法执行完后,从threadLocal里获得完整的调用链并填充到ResultDTO的x属性里 响应到调用方 从而实现一次完整的请求调用链 使用方法 1.在需要被拦截的类或者方法上加注解net.quanter.shield.springboot.annotations.InvocationSupport 2.在http请求的header里加上DEBBO_DEBUG 3.请求的方法返回值使用ResultDTO类型 附加 1.如果在http请求里加上trace_id,即可使用http里传入的trace_id作为debug的id,如果不加,则生成一个随机的trace_id created on 2020-10-11
- InvocationInterceptor() - 类 的构造器net.quanter.shield.springboot.interceptor.InvocationInterceptor
- InvocationSupport - net.quanter.shield.springboot.annotations中的注释类型
N
- net.quanter.shield.springboot.annotations - 程序包 net.quanter.shield.springboot.annotations
- net.quanter.shield.springboot.config - 程序包 net.quanter.shield.springboot.config
- net.quanter.shield.springboot.controller - 程序包 net.quanter.shield.springboot.controller
- net.quanter.shield.springboot.exception - 程序包 net.quanter.shield.springboot.exception
- net.quanter.shield.springboot.h2 - 程序包 net.quanter.shield.springboot.h2
- net.quanter.shield.springboot.interceptor - 程序包 net.quanter.shield.springboot.interceptor
P
- PageSupport - net.quanter.shield.springboot.annotations中的注释类型
- Project - net.quanter.shield.springboot.config中的类
-
created on 2020-09-17
- Project() - 类 的构造器net.quanter.shield.springboot.config.Project
R
- run(String...) - 类 中的方法net.quanter.shield.springboot.config.BootConfig
- Runtime - net.quanter.shield.springboot.config中的类
- Runtime() - 类 的构造器net.quanter.shield.springboot.config.Runtime
S
- SheildH2ConsoleAutoConfiguration - net.quanter.shield.springboot.h2中的类
- SheildH2ConsoleAutoConfiguration(H2ConsoleProperties) - 类 的构造器net.quanter.shield.springboot.h2.SheildH2ConsoleAutoConfiguration
- Shieldh2Console() - 类 中的方法net.quanter.shield.springboot.h2.SheildH2ConsoleAutoConfiguration
- SUCCESS - 类 中的静态变量net.quanter.shield.springboot.controller.IndexController
- SwaggerConfig - net.quanter.shield.springboot.config中的类
- SwaggerConfig() - 类 的构造器net.quanter.shield.springboot.config.SwaggerConfig
- swaggerEnabled - 类 中的变量net.quanter.shield.springboot.config.SwaggerConfig
-
是否开启swagger,正式环境一般是需要关闭的,可根据springboot的多环境配置进行设置
所有类 所有程序包