meavn引入WEB-INF下lib的jar包

版权声明: https://blog.csdn.net/qq_20544709/article/details/80906850
        <dependency> 
            <groupId>ueditor</groupId> 
            <artifactId>ueditor</artifactId> 
            <version>1.0</version> 
            <type>jar</type> 
            <scope>system</scope> 
            <systemPath>${project.basedir}/src/main/webapp/WEB-INF/lib/ueditor.jar</systemPath> 
        </dependency>

猜你喜欢

转载自blog.csdn.net/qq_20544709/article/details/80906850