对spring-boot开发的一个stater项目
- 提供了一些简单的封装
- 干掉了自己公司用不上的东西
项目部分代码来源:
License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Dubbo Net Networking |
GroupId | GroupIdcom.github.yinfujing |
ArtifactId | ArtifactIdspring-boot-starter-dubbo |
Last Version | Last Version0.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionspring-boot-starter-dubbo
provide a simple spring-boot-stater for dubbo
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.yinfujing/spring-boot-starter-dubbo/ -->
<dependency>
<groupId>com.github.yinfujing</groupId>
<artifactId>spring-boot-starter-dubbo</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yinfujing/spring-boot-starter-dubbo/
implementation 'com.github.yinfujing:spring-boot-starter-dubbo:0.0.1'
// https://jarcasting.com/artifacts/com.github.yinfujing/spring-boot-starter-dubbo/
implementation ("com.github.yinfujing:spring-boot-starter-dubbo:0.0.1")
'com.github.yinfujing:spring-boot-starter-dubbo:jar:0.0.1'
<dependency org="com.github.yinfujing" name="spring-boot-starter-dubbo" rev="0.0.1">
<artifact name="spring-boot-starter-dubbo" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yinfujing', module='spring-boot-starter-dubbo', version='0.0.1')
)
libraryDependencies += "com.github.yinfujing" % "spring-boot-starter-dubbo" % "0.0.1"
[com.github.yinfujing/spring-boot-starter-dubbo "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.alibaba : dubbo | jar | 2.8.4a |
org.apache.zookeeper : zookeeper | jar | 3.4.6 |
org.springframework.boot : spring-boot-starter-web Optional | jar | |
org.springframework.boot : spring-boot-actuator Optional | jar | |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | |
org.projectlombok : lombok Optional | jar |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar |
项目部分代码来源: