There was an error while loading. Please reload this page.
buession-springcloud 主要对 org.springframework.cloud 的二次封装,最主要的目的就是统一了对库依赖的版本。
Maven
<dependency> <groupId>com.buession.springcloud</groupId> <artifactId>buession-springcloud-xxx</artifactId> <version>x.x.x</version> </dependency>
Gradle
compile group: 'com.buession.springcloud', name: 'buession-springcloud-xxx', version: 'x.x.x'
其中,artifactId 中的 xxx 表示对应的子模块;version 中的 x.x.x 代表版本号,根据需要使用特定版本,建议使用最新版本。