在配置文件中设置一下就可以。。。例如:以下是spring配置文件中的内容,不懂可以继续问。。。 class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer"> classpath:jdbc.properties ${jdbc.driver} ${jdbc.url} ${jdbc.username} ${jdbc.password} ${jdbc.maxActive} ${jdbc.maxIdle} ${jdbc.maxWait} 就算用mybatis你也得连接jdbc或连接池啊,才能获取到dataSource属性,接下来在下面配置mybatis。。。