1. for spring-json (sojo-optional-0.5.0.jar)
add repository for spring-json (sojo-optional-0.5.0.jar) into pom.xml
<repository>
<id>Spring json</id>
<url>http://spring-json.sourceforge.net/repository</url>
</repository>
2. for sqljdbc jar of SQL Server
1) download maven tool (alone software, not for eclipse)
http://www.apache.org/dyn/closer.cgi/maven/binaries/apache-maven-2.2.1-bin.zip
2) unzip this zip file
3) enter into DOS window, walk into the 'bin' directory that contains the unzip file.
4) input the command below.
mvn install:install-file -DgroupId=com.microsoft.sqlserver -DartifactId=sqljdbc -Dversion=1.0 -Dpackaging=jar -Dfile=E:\Server\lib\sqljdbc.jar
5) add jar into item of dependency into pom.xml
<dependency>
<groupId>com.microsoft.sqlserver</groupId>
<artifactId>sqljdbc</artifactId>
<version>1.0</version>
</dependency>
for sqljdbc.jar (SQLServer JDBC) , refer to attachment.
分享到:
相关推荐
"hive-jdbc-jar-多版本.zip"是一个压缩包,包含了不同版本的Hive JDBC Uber Jars,覆盖了从1.5到1.8的多个Hive版本,适应不同的项目需求。 首先,我们要理解Uber JAR的概念。Uber JAR(也称为Shaded JAR)是一个...
官方版本,亲测可用
然而,有时候在导入Spring项目时,可能会遇到一些问题,例如标题中提到的"spring-cglib-repack-3.2.4.jar"和"spring-objenesis-repack-2.4.jar"这两个jar包的缺失。这些jar包对于Spring框架的正常运行至关重要,因为...
mysql-connector-java-8.0.27.jar包下载
当项目在POM中声明了依赖,Maven会自动下载这些依赖及其依赖的其他库,避免了手动管理jar文件的麻烦。 此外,Maven生命周期和构建阶段的概念使得构建过程标准化。生命周期由一系列的阶段(如验证、编译、测试、打包...
7. **maven-wrapper目录**:如果包含,这个目录提供了Maven Wrapper,它是一个小型的脚本和JAR,可以自动下载并运行正确的Maven版本,这对于版本管理和CI/CD流程非常有用。 安装和使用Maven 3.6.3的步骤如下: 1. ...
MySQL的JDBC驱动包“mysql-connector-java-5.1.48.jar”是用于Java应用程序连接MySQL数据库的重要组件。JDBC(Java Database Connectivity)是Java平台中的标准接口,允许Java程序与各种数据库进行交互。MySQL是广泛...
学习spring所需要的jars c3p0-0.9.1.jar com.springsource.net.sf.cglib-2.2.0.jar com.springsource.org.aopalliance-1.0.0.jar com.springsource.org.aspectj.weaver-1.6.8.RELEASE.jar commons-logging-...
1.把此jar文件夹在加载到eclipse中(鼠标右键build path - configure build path-libraries-add jars-选择此jar文件(本地路径)-ok-apply) 2.在代码中,把鼠标光标放在要查看源码的类名称上,按住键盘Ctrl键,当光标...
groovy-all-2.4.15.jar文件,MAC使用时需存放在/Users/用户名/.gradle/caches/jars-3/某一缓存目录下,找不到就都看一下,我遇到的问题是缓存目录中下载的是2.4.17版本,应该跟gradle版本升级有关
Apache Maven 是一个强大的项目管理工具,广泛用于Java应用程序的构建、管理和依赖管理。Maven 使用一种标准的项目对象模型(Project Object Model,POM),通过POM文件来配置项目的构建过程,依赖关系以及插件。它...
官方版本,亲测可用
官方版本,亲测可用
官方版本,亲测可用
官方版本,亲测可用
官方版本,亲测可用
官方版本,亲测可用
在本案例中,问题出现在升级Spark版本后,由于新版本中可能不再包含原有的`logging`相关的JAR包,因此需要手动添加对应的JAR包来解决问题。 #### 三、解决方案步骤详解 **第一步:下载缺失的JAR包** 根据题目中...
This is a release of MySQL Connector/J, a JDBC Type 4 driver for MySQL that also supports the new X DevAPI. License information can be found in the LICENSE file. This distribution may include ...
使用beeline登录到hive服务端的时候报错了,错误信息如下: ... <description>The location of the plugin jars that contain implementations of user defined functions and serdes. </property>