<dependency>
            <groupId>fishman</groupId>
            <artifactId>JMJ_API</artifactId>
            <version>1.0</version>
            <scope>system</scope>
            <systemPath>${project.basedir}/lib/JMJ_API.jar</systemPath>
</dependency>

  

注意

1.<scope>system</scope>

2.<systemPath>${project.basedir}/lib/JMJ_API.jar</systemPath>

 

相关文章:

  • 2021-05-02
  • 2022-12-23
  • 2021-12-22
  • 2021-11-01
  • 2021-04-10
  • 2021-11-13
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-11-21
  • 2020-03-10
  • 2021-08-04
相关资源
相似解决方案