summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pom.xml4
-rw-r--r--src/main/resources/application-localhost.properties4
2 files changed, 2 insertions, 6 deletions
diff --git a/pom.xml b/pom.xml
index 4043ac7..8021d0b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -138,10 +138,6 @@
<!-- mysql -->
<dependency>
- <groupId>mysql</groupId>
- <artifactId>mysql-connector-java</artifactId>
- </dependency>
- <dependency>
<groupId>org.mariadb.jdbc</groupId>
<artifactId>mariadb-java-client</artifactId>
<version>1.1.7</version>
diff --git a/src/main/resources/application-localhost.properties b/src/main/resources/application-localhost.properties
index 8470a93..bc4d56d 100644
--- a/src/main/resources/application-localhost.properties
+++ b/src/main/resources/application-localhost.properties
@@ -49,8 +49,8 @@ spring.data.mongodb.database=ServiceOrderDB
# MYSQL
spring.datasource.testWhileIdle=true
spring.datasource.validationQuery=SELECT 1
-spring.datasource.driver-class-name=com.mysql.jdbc.Driver
-spring.datasource.url=jdbc:mysql://localhost:3306/nbi
+spring.datasource.driver-class-name=org.mariadb.jdbc.Driver
+spring.datasource.url=jdbc:mariadb://localhost:3306/nbi
spring.jpa.show-sql=false
spring.datasource.username=root
spring.datasource.password=toto