properties 文件

properties 文件

jdbc.driver=com.mysql.jdbc.Driver
jdbc.url=jdbc:mysql://127.0.0.1:3306/spring_db?characterEncoding=UTF-8&useSSL=false
jdbc.username=root
jdbc.password=root