jdbc.driver=com.mysql.jdbc.Driver jdbc.url=jdbc:mysql://localhost:3306/demo?characterEncoding=utf-8 jdbc.username=root jdbc.password=123456 #mybatis mybatis_config_file=mybatis-config.xml mapper_path=/mapper/**.xml entity_package=com.imooc.demo.entity