# # Copyright (c) 2018 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 Microsoft SQL Server DB usage. # Keep in mind that you need the SQL server driver in your classpath on compile. # see https://www.eclipse.org/hawkbit/guides/runhawkbit/ spring.jpa.database=SQL_SERVER spring.datasource.url=jdbc:sqlserver://localhost:1433;database=hawkbit spring.datasource.username=SA spring.datasource.password= spring.datasource.driverClassName=com.microsoft.sqlserver.jdbc.SQLServerDriver