這個課程必須點贊,老師講的好,跟著敲了一下,細(xì)節(jié)的東西注意了,真有收獲,期待后續(xù)課程!
2016-05-12
最贊回答 / 瘋箏萌萌
把db.properties里username換個名字,如user。或者spring-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小項目 可以達(dá)到500個鏈接數(shù),可以換這個講講?呵呵 還是老師是BA系?
<property name="maxActive" value="500"/>
<property name="initialSize" value="20"/>
目前tomcat小項目 可以達(dá)到500個鏈接數(shù),可以換這個講講?呵呵 還是老師是BA系?
2016-05-11