首页>代码>基于SpringBoot+Vue实现的职工管理系统>/源代码/StaffManagerApi/src/main/java/com/rabbiter/staff/config/JshConfig.java
package com.rabbiter.staff.config;

import com.baomidou.mybatisplus.core.injector.ISqlInjector;
//import com.baomidou.mybatisplus.extension.injector.LogicSqlInjector;
//import com.baomidou.mybatisplus.extension.plugins.PaginationInterceptor;
//import com.baomidou.mybatisplus.extension.plugins.PerformanceInterceptor;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.Profile;

@Configuration
@ComponentScan("com.rabbiter")
public class JshConfig {
    //逻辑删除插件
//    @Bean
//    public ISqlInjector sqlInjector() {
//        return new LogicSqlInjector();
//    }
//    //分页插件
//    @Bean
//    public PaginationInterceptor paginationInterceptor(){
//        return new PaginationInterceptor();
//    }
//    /**
//     * sql执行性能分析插件
//     * 开发环境使用,线上不推荐,maxTime:最大执行时常
//     *
//     * 三种环境
//     * dev:开发环境
//     * test:测试环境
//     * prod:生产环境
//     */
//    @Bean
//    @Profile({"dev","test"})//设置 dev test 环境开启
//    public PerformanceInterceptor performanceInterceptor() {
//        PerformanceInterceptor performanceInterceptor = new PerformanceInterceptor();
//        performanceInterceptor.setMaxTime(9999);//ms,超过500ms sql语句不执行
//        performanceInterceptor.setFormat(true);//格式化日志
//        return performanceInterceptor;
//    }
}
最近下载更多
15953970869  LV6 11月10日
123456nty  LV37 10月19日
Jerry_Handson  LV9 10月9日
lilong007  LV22 8月28日
202106  LV6 8月23日
mlml123  LV6 8月20日
255921158  LV5 7月19日
qq970040477  LV24 6月25日
sweetlove  LV20 6月12日
3473084268  LV9 5月29日
最近浏览更多
WanLiuYun  LV12 11月11日
15953970869  LV6 11月10日
林kkkkkk  LV6 10月31日
yangchengshuai  LV15 10月29日
withyouatdusk  LV2 10月22日
Tomcat80  LV5 10月22日
123456nty  LV37 10月19日
黄志琴  LV1 10月19日
angaochong  LV5 10月16日
xp95323  LV14 10月11日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友