Skip to content

Instantly share code, notes, and snippets.

@rashidi
Created December 30, 2014 01:38
Show Gist options
  • Save rashidi/6540483879dd2a6ece04 to your computer and use it in GitHub Desktop.
Save rashidi/6540483879dd2a6ece04 to your computer and use it in GitHub Desktop.
Basic application.yml for MSSQL
spring:
datasource:
driverClassName: com.microsoft.sqlserver.jdbc.SQLServerDriver
url: jdbc:sqlserver://localhost\MSSQLSERVER2012;databaseName=boot
username: user
password: password
platform: mssql
jpa:
show-sql: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment