Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

新手无法编译的 问题 #2

Open
bfult opened this issue May 30, 2022 · 0 comments
Open

新手无法编译的 问题 #2

bfult opened this issue May 30, 2022 · 0 comments

Comments

@bfult
Copy link

bfult commented May 30, 2022

初次编译会 报错 Could not resolve dependencies for project io.mykit.data:mykit-data-cache:jar:1.0.0-SNAPSHOT: The following artifacts could not be resolved: com.oracle:ojdbc6:jar:11.2.0.3, com.microsoft.sqlserver:sqljdbc4:jar:4.0: Could not find artifact com.oracle:ojdbc6:jar:11.2.0.3
缺少 两个 sqlsever 的包 ojdbc6:jar:11.2.0.3 :sqljdbc4:jar:4.0 从网上找到 两个 jra包之后
image

各种方法 不兼容

这是我安装包的 语句
mvn install:install-file -Dfile=ojdbc6-12.1.0.jar -DgroupId=com.oracle -DartifactId=ojdbc6 -Dversion=11.2.0.3 -Dpackaging=jar -DgeneratePom=true

mvn install:install-file -Dfile=sqljdbc4-4.0.jar -DgroupId=com.microsoft.sqlserver -DartifactId=sqljdbc4 -Dversion=4.0 -Dpackaging=jar

希望 大神 可以 提供这两个jar包 和 mvn 安装这两个包的命令

或者 给出 这两个 jra 的兼容版本

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant