Files
SOP/sop-common/readme.md
tanghc 0fea955db9 4.0
2020-07-28 18:21:01 +08:00

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