Files
SOP/sop-common/readme.md
tanghc 7d682587f2 3.0.0
2020-01-13 17:58:40 +08:00

12 lines
513 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-bridge-gateway网关桥接器供sop-gateway依赖依赖后使用spring cloud gateway网关
- sop-bridge-zuul网关桥接器供sop-gateway依赖依赖后使用spring cloud zuul网关
- sop-gateway-common提供给网关使用
- sop-service-common提供给微服务端使用需要打成jar
正式开发请将这些模块上传的maven私服
- 打包成jar`mvn clean package`
- 上传到本机仓库:`mvn clean install`
- 上传到maven私服`mvn clean deploy`