*.properties這種方式時mysql
jdbc.driver=com.mysql.jdbc.Driver
sql
jdbc.url=jdbc:mysql://localhost:3306/mybaits?useUnicode=true&characterEncoding=utf-8url
jdbc.username=rootcode
jdbc.password=123456xml
直接寫在*.xml文件中時utf-8
jdbc:mysql://localhost:3306/mybaits?useUnicode=true&characterEncoding=utf-8it