未来就是现在的延续,过去就是完成的现在
摘要: <context:property-placeholder location="classpath:... "/>中classpath:是src目录下的意思;所以加载外部文件的时候需注意下数据源文件的位置 阅读全文
posted @ 2017-03-01 21:12 lzj123 阅读(544) 评论(0) 推荐(0) 编辑
摘要: 要么是驱动问题(没加载到工程中去或者其他问题)要么是账号密码或者url或者driver写错 driver:com.mysql.jdbc.Driver url:jdbc:mysql://localhost:3306/数据库名称 阅读全文
posted @ 2017-03-01 20:21 lzj123 阅读(759) 评论(0) 推荐(0) 编辑