配置jdbc链接mysql数据库

jdbc.propertieshtml jdbc.driver=com.mysql.jdbc.Driver jdbc.url=jdbc:mysql://127.0.0.1:3306/seckill?useUnicode=true&characterEncoding=utf8 jdbc.username=root jdbc.password=root 而后在spring-dao.xml引用jdbc.
相关文章
相关标签/搜索