setting.xml

<proxies>
<proxy>
<id>proxy</id>
<active>true</active>
<protocol>http</protocol>
<username>xxxxx</username>
<password>xxxxxxxx</password>
<host>proxy.xxxx.com</host>
<port>8080</port>
<!--
<nonProxyHosts>local.net|some.host.com</nonProxyHosts>
-->
</proxy>
</proxies>

 

pom

        <dependency>
            <groupId>org.apache.solr</groupId>
            <artifactId>solr-solrj</artifactId>
            <version>7.3.1</version>
            <scope>system</scope>
            <systemPath>F:/mavenrepo/jar/solr-solrj-7.3.1.jar</systemPath>
        </dependency>

 

相关文章:

  • 2021-07-23
  • 2021-11-28
  • 2021-09-27
  • 2022-12-23
  • 2021-09-04
  • 2022-01-14
猜你喜欢
  • 2021-06-07
  • 2022-02-17
  • 2019-09-25
  • 2022-01-21
  • 2021-08-06
  • 2021-09-27
相关资源
相似解决方案