<!-- 百度富文本编辑start -->
      <dependency>
          <groupId>com.baidu</groupId>
          <artifactId>ueditor</artifactId>
          <version>1.1.2</version>
          <scope>system</scope>
          <systemPath>${project.basedir}/src/main/webapp/WEB-INF/lib/ueditor-1.1.2.jar</systemPath>
      </dependency>

由于富文本编辑器的地址相对性,我们发布项目的时候不能将ueditor的jar包放在私服中,会提示找不到该路径。所以,将该jar包放在项目中。

相关文章:

  • 2021-11-14
  • 2021-09-14
  • 2021-11-27
  • 2022-01-15
  • 2021-11-03
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-07-05
  • 2021-05-22
  • 2022-12-23
  • 2021-05-13
  • 2021-11-20
  • 2022-01-01
相关资源
相似解决方案