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.
806 B
806 B
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>