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.
 
 
 
 
 
 
SOP/sop-common
tanghc 2c722d808d Merge branch 'master' into eureka 4 years ago
..
sop-bridge-gateway Merge branch 'master' into eureka 4 years ago
sop-bridge-zuul Merge branch 'master' into eureka 4 years ago
sop-gateway-common 3.1.3 4 years ago
sop-service-common 3.1.3 4 years ago
pom.xml 3.1.3 4 years ago
readme.md 3.0.0 5 years ago

readme.md

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