Skip to content

Instantly share code, notes, and snippets.

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