所有程序包的分层结构
程序包分层结构:- cn.meteor.common.autoconfiguration,
- cn.meteor.common.configure,
- cn.meteor.common.contstants,
- cn.meteor.common.data,
- cn.meteor.common.enums,
- cn.meteor.common.exception,
- cn.meteor.common.interfaces,
- cn.meteor.common.model,
- cn.meteor.common.properties,
- cn.meteor.common.props,
- cn.meteor.common.service,
- cn.meteor.common.util
类分层结构
- java.lang.Object
- cn.meteor.common.data.BaseData
- cn.meteor.common.data.PageData
- cn.meteor.common.model.BaseModel (implements java.io.Serializable)
- cn.meteor.common.autoconfiguration.ConfigurationUtil
- cn.meteor.common.util.CryptUtil
- cn.meteor.common.properties.EmailProperties
- cn.meteor.common.service.EmailService
- cn.meteor.common.model.R<T> (implements java.io.Serializable)
- cn.meteor.common.model.PageModel<T>
- cn.meteor.common.configure.SchedulingConfigure
- cn.meteor.common.props.SchedulingProperties
- cn.meteor.common.util.SecureUtil
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- cn.meteor.common.exception.ServiceException (implements java.util.function.Supplier<T>)
- java.lang.RuntimeException
- java.lang.Exception
- cn.meteor.common.util.TreeUtil
- cn.meteor.common.model.UserInfo (implements java.io.Serializable)
- cn.meteor.common.data.BaseData
接口分层结构
- cn.meteor.common.interfaces.IResultType
- cn.meteor.common.contstants.SymbolConstants
注释类型分层结构
- cn.meteor.common.data.BaseData.Create (implements java.lang.annotation.Annotation)
- cn.meteor.common.data.BaseData.Find (implements java.lang.annotation.Annotation)
- cn.meteor.common.data.BaseData.Modify (implements java.lang.annotation.Annotation)
- cn.meteor.common.data.BaseData.Page (implements java.lang.annotation.Annotation)
- cn.meteor.common.data.BaseData.Remove (implements java.lang.annotation.Annotation)
枚举分层结构
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
- cn.meteor.common.enums.DeletedType
- cn.meteor.common.enums.EnabledType
- cn.meteor.common.enums.OrderType
- cn.meteor.common.enums.ResultType (implements cn.meteor.common.interfaces.IResultType)
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)