Files
SOP/sop-common/readme.md
2019-07-01 16:41:37 +08:00

11 lines
344 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# sop-common
- sop-gateway-common提供给网关使用
- sop-registry-api注册中心API
- sop-service-common提供给微服务端使用需要打成jar
正式开发请将这些模块上传的maven私服
- 打包成jar`mvn clean package`
- 上传到本机仓库:`mvn clean install`
- 上传到maven私服`mvn clean deploy`