所有程序包的分层结构
程序包分层结构:类分层结构
- java.lang.Object
- cn.meteor.common.web.configure.ApiConfigure
- cn.meteor.common.web.configure.FeignConfigure
- cn.meteor.common.web.advice.GlobalExceptionHandler
- cn.meteor.common.web.feign.ILoginClientFallback (implements cn.meteor.common.web.feign.ILoginClient)
- cn.meteor.common.web.util.RestTemplateUtil
- cn.meteor.common.web.util.TokenUtil
- org.springframework.web.util.WebUtils
- cn.meteor.common.web.util.WebUtil
接口分层结构
- cn.meteor.common.web.feign.ILoginClient