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.
|
3 years ago | |
---|---|---|
epmet-cloud-generator | 3 years ago | |
epmet-plugins-common | 3 years ago | |
epmet-plugins-module | 3 years ago | |
.gitignore | 3 years ago | |
README.md | 3 years ago | |
pom.xml | 3 years ago | |
版权声明.txt | 3 years ago |
README.md
epmet-plugins
党群e事通插件/外挂服务模块后端代码库
新建插件建议:
建议在epmet-plugins-module模块下新建插件模块
建议新模块名称以'pli-'为前缀
建议新模块的context-path以'/pli/'为前缀
私服依赖下载
本地maven的settings.xml文件,在标签下新建子元素
<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>