产品插件
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
YUJT ea85bda1f5 调整信息节点的逻辑 3 years ago
epmet-cloud-generator 修改代码生成器表单 3 years ago
epmet-plugins-common init 3 years ago
epmet-plugins-module 调整信息节点的逻辑 3 years ago
.gitignore init 3 years ago
README.md 新增查询标签编码接口 3 years ago
pom.xml 生成业务代码;修改代码生成器 3 years ago
版权声明.txt init 3 years ago

README.md

epmet-plugins

党群e事通插件/外挂服务模块后端代码库

新建插件建议:

建议在epmet-plugins-module模块下新建插件模块

建议新模块名称以'pli-'为前缀

建议新模块的context-path以'/pli/'为前缀

私服依赖下载

本地maven的settings.xml文件,在标签下新建子元素,在account与password处,填入私服的账号密码

<server>
   <id>epmet</id>
   <username>${account}</username>
   <password>${password}</password>
</server>

本地maven的settings.xml文件,在标签下新建子元素

<mirror>
  <id>epmet</id>
  <mirrorOf>epmet</mirrorOf>
  <name>maven-releases</name>
  <url>https://nexus.elinkservice.cn/repository/maven-releases/</url>
</mirror>