所有程序包的分层结构
- cn.dreamfame.core.launch,
- cn.dreamfame.core.launch.config,
- cn.dreamfame.core.launch.constant,
- cn.dreamfame.core.launch.props,
- cn.dreamfame.core.launch.server,
- cn.dreamfame.core.launch.service,
- cn.dreamfame.core.launch.utils
类分层结构
- java.lang.Object
- cn.dreamfame.core.launch.config.DreamLaunchConfiguration
- cn.dreamfame.core.launch.props.DreamProperties (implements org.springframework.context.EnvironmentAware, org.springframework.core.env.EnvironmentCapable)
- cn.dreamfame.core.launch.utils.INetUtil
- cn.dreamfame.core.launch.LaunchApplication
- cn.dreamfame.core.launch.utils.PropsUtil
- cn.dreamfame.core.launch.server.ServerInfo (implements org.springframework.beans.factory.SmartInitializingSingleton)
- cn.dreamfame.core.launch.StartEventListener
接口分层结构
- cn.dreamfame.core.launch.constant.AppConstant
- java.lang.Comparable<T>
- cn.dreamfame.core.launch.service.LauncherService (并 extends org.springframework.core.Ordered)
- cn.dreamfame.core.launch.constant.NacosConstant
- org.springframework.core.Ordered
- cn.dreamfame.core.launch.service.LauncherService (并 extends java.lang.Comparable<T>)