diff --git a/.gitignore b/.gitignore index a4e851d..d9273a9 100644 --- a/.gitignore +++ b/.gitignore @@ -32,4 +32,4 @@ build/ ### VS Code ### .vscode/ -!**/src/main/resources/application.properties +/src/main/resources/application.properties diff --git a/pom.xml b/pom.xml index f38313e..d55c78f 100644 --- a/pom.xml +++ b/pom.xml @@ -46,11 +46,11 @@ spring-boot-starter-data-jpa 3.1.3 - + - com.microsoft.sqlserver - mssql-jdbc - 12.4.1.jre11 + com.mysql + mysql-connector-j + 8.1.0