spring+hibernate的c3p0 连接池配置

阅读更多
 

       
           
                org.hsqldb.jdbcDriver 
                             jdbc:hsqldb:hsql://localhost/gpcswebdb
                sa
               
                c3p0.min_size">5
                c3p0.max_size">20
                c3p0.timeout">1800
                c3p0.max_statements">50

                org.hibernate.dialect.HSQLDialect

                false
                true

                update

                0
                true
                1
                true
           

       

       
           
                com/citi/rpc/webentity/BusinessDay.hbm.xml
                com/citi/rpc/webentity/Duty.hbm.xml
                com/citi/rpc/webentity/Employee.hbm.xml
                com/citi/rpc/webentity/TeamMember.hbm.xml
                com/citi/rpc/webentity/Project.hbm.xml
           

       

   


你可能感兴趣的:(Hibernate,Spring,JDBC,HSQLDB,Bean)