Connect to MSSQL from Spring boot application using windows authentication
问题 I am currently using the below properties to connect to a remotely Mssql server from Java spring boot application: spring.datasource.url=jdbc:sqlserver://ip\\domain;databaseName=name spring.datasource.username=abc spring.datasource.password=def spring.datasource.driverClassName=com.microsoft.sqlserver.jdbc.SQLServerDriver The application runs from both windows and unix servers. I need now to start using the windows authentication instead of the db credentials. This is already configured and