我按照本教程https://jhipster.github.io/tips/012_tip_add_new_spring_social_connector.html在pom.xml中实现 instagram spring社交,但问题是:依赖项无法找到当前版本。当我尝试(如教程告诉我)实现InstagramConnectionFactory时,我想到了这个问题。实际上,Java文件找不到类,显然是因为版本不合适。
我也尝试通过官方spring-social-instagram回购获得版本:https://github.com/mattupstate/spring-social-instagram-example/blob/master/pom.xml但是版本" 1.0.0.BUILD-SNAPSHOT" ($ {org.springframework.social-version})也不正确。
有没有人遇到过这种问题?
答案 0 :(得分:0)
Maven无法解决依赖关系,因为Spring-social-instagram在Maven Central中不可用。您必须add a maven repository to your POM提供spring-social-instagram,或者您必须install it to your local repository。