Remove mysql-connector-java (license threat)
[externalapi/nbi.git] / src / main / resources / application-localhost.properties
index 8470a93..bc4d56d 100644 (file)
@@ -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