已废弃
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

999 B

depositroy

目录格式:
    java:
        aop:切面
        config:配置信息
        controller:各功能的控制器
        conveter:用于excel导入时的数据转换
        depository_mapper  depository库的mapper文件
        entity: 基础使用数据类
        EPSON:弃用
        exception:自定义异常
        exceptionHandler:自定义异常处理
        hrNew_mapper:hr系统数据类
        intercepter:拦截器
        listener:excel导入时的监听器
        pojo:entity中的二次封装
        scheduled:定时任务
        security: 
            bean:弃用
            pool:连接池
        service:逻辑处理
        utils:工具类
    resources:
       static:静态资源
       templates:页面文件
        application-prod.yml:线上环境
        application-test.yml:本地开发环境
        logback-spring.xml:日志文件配置
        redisson-config.yml:redisson配置
    test:
        测试类