类分层结构
- java.lang.Object
- com.diboot.core.starter.CoreAutoConfig (implements org.springframework.web.servlet.config.annotation.WebMvcConfigurer)
- com.diboot.core.starter.CorePluginInitializer (implements org.springframework.boot.ApplicationRunner)
- com.diboot.core.starter.CoreProperties
- com.diboot.core.starter.GlobalProperties
- com.diboot.core.starter.RedisAutoConfig
- com.baomidou.mybatisplus.extension.service.impl.ServiceImpl<M,T> (implements com.baomidou.mybatisplus.extension.service.IService<T>)
- com.diboot.core.service.impl.BaseServiceImpl<M,T> (implements com.diboot.core.service.BaseService<T>)
- com.diboot.core.service.impl.DictionaryServiceExtImpl (implements com.diboot.core.service.DictionaryService, com.diboot.core.service.DictionaryServiceExtProvider)
- com.diboot.core.service.impl.I18nConfigServiceImpl (implements com.diboot.core.service.I18nConfigService)
- com.diboot.core.filter.WebApiFilter (implements javax.servlet.Filter)
接口分层结构
- com.baomidou.mybatisplus.core.mapper.Mapper<T>
- com.diboot.core.mapper.BaseCrudMapper<T>
- com.baomidou.mybatisplus.core.mapper.BaseMapper<T>
- com.diboot.core.mapper.DictionaryMapper
- com.diboot.core.mapper.I18nConfigMapper
Copyright © 2023. All rights reserved.