当我们项目中用到的数据库为sql server时  我们一般在maven项目的pom.xml只添加依赖:

<dependency>
    <groupId>com.microsoft.sqlserver</groupId>
    <artifactId>sqljdbc4</artifactId>
    <version>4.0</version>
</dependency>

 

相关文章:

  • 2021-10-28
  • 2021-11-22
  • 2021-09-18
  • 2021-08-23
  • 2021-07-03
  • 2021-09-07
猜你喜欢
  • 2021-07-10
  • 2021-05-30
  • 2021-06-02
  • 2021-06-06
相关资源
相似解决方案