秋凉念夏y
2017-03-06 20:23
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring/spring-dao.xml]: Invocation of init method failed; nested exception is java.lang.IllegalArgumentException: Property 'dataSource' is required
jdbc.properties中的user等名称改一下改为jdbc.driver这样,在前面都加jdbc.然后引用时都用${jdbc.driver}这样
可能是url转义中的问题
把url写成这样jdbc.url=jdbc\:mysql\://127.0.0.1\:3306/seckill?useUnicode\=true&characterEncoding\=utf-8
试试
多贴些图
Java高并发秒杀API之业务分析与DAO层
87424 学习 · 496 问题
相似问题