diff --git a/src/main/resources/jdbc.properties b/src/main/resources/jdbc.properties index e69de29..e959672 100644 --- a/src/main/resources/jdbc.properties +++ b/src/main/resources/jdbc.properties @@ -0,0 +1,5 @@ +#数据库配置文件 +jdbc.driver=com.mysql.jdbc.Driver +jdbc.url=jdbc:mysql://localhost:3306/tmall_ssm?useUnicode=true&characterEncoding=utf8 +jdbc.username=root +jdbc.password=123456789 \ No newline at end of file