基于mave的dubbo分别架构
2021-09-26 09:13:30 2 举报
dubbo
作者其他创作
大纲/内容
引入jar三维坐标
zookeeper
提供者
deploy
Apache-mave
mave:settings.xml配置nexus<server> <id>apistor-nexus-releases</id> <username>admin</username> <password>admin123</password></server><server><id>apistor-nexus-snapshots</id><username>admin</username><password>admin123</password></server>
interfaces-API
pom.xml配置nexus<distributionManagement><repository><id>apistor-nexus-releases</id><name/><url>http://nexus.apistor.cn/nexus/content/repositories/releases/</url></repository><snapshotRepository><id>apistor-nexus-snapshots</id><name>Nexus Snapshot Repository</name><url>http://nexus.apistor.cn/nexus/content/repositories/snapshots/</url></snapshotRepository></distributionManagement><repositories><repository><id>io.spring.repo.maven.release</id><url>http://repo.spring.io/release/</url><snapshots><enabled>false</enabled></snapshots></repository><repository><id>releases</id><name>apistor-nexus-releases</name><url>http://nexus.apistor.cn/nexus/content/groups/public/</url><snapshots><enabled>false</enabled></snapshots></repository><repository><id>snapshots</id><name>apistor-nexus-snapshots</name><url>http://nexus.apistor.cn/nexus/content/repositories/snapshots/</url><snapshots><enabled>true</enabled></snapshots></repository><repository><id>thirdparty</id><name>apistor-nexus-thirdparty</name><url>http://nexus.apistor.cn/nexus/content/repositories/thirdparty/</url></repository></repositories>
消费者
消费者和提供者引入API三维坐标:com.dubbodubbo-apiV1.0.1.4
0 条评论
下一页