Commit a20d55b5 by 丁伟

1、迁移初始提交

parent 8fd1fe62
原产地证系统官网
\ No newline at end of file
原产地证系统官网
# 引入本地jar包
1、带dos窗口执行以下命令:
mvn install:install-file -Dfile=C:\workspace_git\sfzx_website\src\main\webapp\WEB-INF\lib\IKAnalyzer3.2.8.jar -DgroupId=org.wltea.analyzer -DartifactId=IKAnalyzer -Dversion=3.2.8 -Dpackaging=jar
2、在pom.xml中加入:
<dependency>
<groupId>org.wltea.analyzer</groupId>
<artifactId>IKAnalyzer</artifactId>
<version>3.2.8</version>
</dependency>
3、刷新maven即可
部署说明
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment