SpringBoot with MSSQL Server



Connect SpringBoot App with Microsoft SQL Server Database

spring.datasource.url=jdbc:sqlserver://localhost:1433;databaseName=employee_management_system

spring.datasource.username=charan

spring.datasource.password=password

spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.SQLServer2012Dialect

spring.datasource.driverClassName=com.microsoft.sqlserver.jdbc.SQLServerDriver

spring.jpa.hibernate.ddl-auto=update

Leave a Reply

© 2023 53GB