Switch SDK app to Mariadb connector.
[portal.git] / deliveries / properties_simpledemo / ECOMPSDKAPP / system.properties
index 105502f..72478fb 100644 (file)
@@ -23,9 +23,8 @@ decryption_key                                  = AGLDdG4D04BKm2IxIWEr8o==
 # The following properties MAY require changes by partner applications.
 ##########################################################################
 
-#Mysql
-db.driver = com.mysql.jdbc.Driver
-db.connectionURL = jdbc:mysql://portal-db:3306/ecomp_sdk
+db.driver = org.mariadb.jdbc.Driver
+db.connectionURL = jdbc:mariadb://portal-db:3306/ecomp_sdk
 db.userName = root
 db.password = Aa123456
 db.min_pool_size = 5