mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 21:57:56 +08:00
255 B
255 B
sop-common
-
sop-gateway-common:提供给网关使用
-
sop-service-common:提供给微服务端使用,需要打成jar
-
打包成jar:
mvn clean package
-
上传到本机仓库:
mvn clean install
-
上传到maven私服:
mvn clean deploy