Setting up maven dependency for SQL Server

后端 未结 8 1800
小鲜肉
小鲜肉 2020-11-28 02:07

I am developing a portlet where I have Hibernate access to SQL Server database. I set up maven dependencies for it and try to find out SQL Server connector

8条回答
  •  感情败类
    2020-11-28 03:01

    It looks like Microsoft has published some their drivers to maven central:

    
        com.microsoft.sqlserver
        mssql-jdbc
        6.1.0.jre8
    
    

提交回复
热议问题