# # Copyright (c) 2015 Bosch Software Innovations GmbH and others # # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ # # SPDX-License-Identifier: EPL-2.0 # # This profile adds basic configurations for a MySQL DB usage. # Keep in mind that you need the MariaDB driver in your classpath on compile. # see https://www.eclipse.org/hawkbit/guides/runhawkbit/ spring.jpa.database=MYSQL spring.datasource.url=jdbc:mariadb://localhost:3306/hawkbit spring.datasource.username=root spring.datasource.password= spring.datasource.driverClassName=org.mariadb.jdbc.Driver