最贊回答 / 瘋箏萌萌
把db.properties里username換個名字,如user?;蛘遱pring-dao.xml的http://www.springframework.org/schema/context/spring-context.xsd 改為http://www.springframework.org/schema/context/spring-context-3.0.xsd
2016-05-12
<bean id="dataSource" class="com.alibaba.druid.pool.DruidDataSource" init-method="init" destroy-method="close">
<property name="maxActive" value="500"/>
<property name="initialSize" value="20"/>
目前tomcat小項目 可以達到500個鏈接數,可以換這個講講?呵呵 還是老師是BA系?
<property name="maxActive" value="500"/>
<property name="initialSize" value="20"/>
目前tomcat小項目 可以達到500個鏈接數,可以換這個講講?呵呵 還是老師是BA系?
2016-05-11