Setting up maven dependency for SQL Server

后端 未结 8 1799
小鲜肉
小鲜肉 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 02:50

    
      com.hynnet
      sqljdbc4-chs
      4.0.2206.100
    
    

    This worked for me(if you use maven)

    https://search.maven.org/artifact/com.hynnet/sqljdbc4-chs/4.0.2206.100/jar

提交回复
热议问题