• 2025-01-10在maven中安装oracle7驱动
    com.oracle:ojdbc7:jar:12.2.0.1wasnotfoundinhttp://maven.aliyun.com/nexus/content/groups/publicduringapreviousattempt.Thisfailurewascachedinthelocalrepositoryandresolutionisnotreattempteduntiltheupdateintervalofnexus-aliyunhas
  • 2024-11-29把ojdbc7加入到本地maven仓库
    问题测试项目用到了  ojdbc7的12.2.0.1这个版本,在阿里云的仓库没有找到<dependency> <groupId>com.oracle</groupId> <artifactId>ojdbc7</artifactId> <version>12.2.0.1</version></dependency>解决过程去mvnrepository也没有找到对应的版本https://