1、db.properties:jdbc.xxx(加jdbc.)是为了和其他的名字区分 2、applicationContext.xml ...
1、db.properties:jdbc.xxx(加jdbc.)是为了和其他的名字区分 2、applicationContext.xml ...
Hibernate SQL方言 (hibernate.dialect) 数据库 hibernate方言 DB2 ...
applicationContext.xml 基本配置 ...
的数据库连接池,在功能、性能、扩展性方面,都超过其他数据库连接池,包括 DBCP、C3P0、BoneC ...
<?xml version="1.0" encoding="UTF-8"?><beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001 ...
1.配置Druid连接池,监控慢sql 注意:要使用log4j,使用lockback不可以 2.web.xml中配置servlet和过滤器 3.访问控制台 IP:port/项目名/druid/index.html 可以看到各种监控 ...
--交给应用容器处理静态资源请求 当加入该配置后,Spring会添加一个org.spring ...