Package com.jfinal.plugin.druid

Examples of com.jfinal.plugin.druid.DruidPlugin.addFilter()


                          PropertiesContent.get("jdbc.password")
                          ,PropertiesContent.get("jdbc.driver"));
//    WallFilter wall = new WallFilter();
//    wall.setDbType(PropertiesContent.get("jdbc.dbType"));
//    druidPlugin.addFilter(wall);
    druidPlugin.addFilter(new StatFilter());
    me.add(druidPlugin);
    // 配置ActiveRecord插件
    /**
    ActiveRecordPlugin arp = new ActiveRecordPlugin(druidPlugin);
    me.add(arp);
View Full Code Here


                          PropertiesContent.get("jdbc.password")
                          ,PropertiesContent.get("jdbc.driver"));
//    WallFilter wall = new WallFilter();
//    wall.setDbType(PropertiesContent.get("jdbc.dbType"));
//    druidPlugin.addFilter(wall);
    druidPlugin.addFilter(new StatFilter());
    me.add(druidPlugin);
    // 配置ActiveRecord插件
    /**
    ActiveRecordPlugin arp = new ActiveRecordPlugin(druidPlugin);
    me.add(arp);
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.