|
@@ -57,6 +57,7 @@
|
|
<grpc-spring-boot-starter>2.14.0.RELEASE</grpc-spring-boot-starter>
|
|
<grpc-spring-boot-starter>2.14.0.RELEASE</grpc-spring-boot-starter>
|
|
<dubbo-spring-boot-starter>3.2.7</dubbo-spring-boot-starter>
|
|
<dubbo-spring-boot-starter>3.2.7</dubbo-spring-boot-starter>
|
|
<dubbo.version>3.2.7</dubbo.version>
|
|
<dubbo.version>3.2.7</dubbo.version>
|
|
|
|
+ <lombok.version>1.18.26</lombok.version>
|
|
</properties>
|
|
</properties>
|
|
|
|
|
|
<!-- 只是定义,子模块 -->
|
|
<!-- 只是定义,子模块 -->
|
|
@@ -90,6 +91,14 @@
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
<dependency>
|
|
|
|
+ <groupId>org.apache.dubbo</groupId>
|
|
|
|
+ <artifactId>dubbo-bom</artifactId>
|
|
|
|
+ <version>${dubbo.version}</version>
|
|
|
|
+ <type>pom</type>
|
|
|
|
+ <scope>import</scope>
|
|
|
|
+ </dependency>
|
|
|
|
+
|
|
|
|
+ <dependency>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-starter-jetty</artifactId>
|
|
<artifactId>spring-boot-starter-jetty</artifactId>
|
|
<version>${spring-boot.version}</version>
|
|
<version>${spring-boot.version}</version>
|
|
@@ -272,7 +281,13 @@
|
|
<artifactId>grpc-spring-boot-starter</artifactId>
|
|
<artifactId>grpc-spring-boot-starter</artifactId>
|
|
<version>${grpc-spring-boot-starter}</version>
|
|
<version>${grpc-spring-boot-starter}</version>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.projectlombok</groupId>
|
|
|
|
+ <artifactId>lombok</artifactId>
|
|
|
|
+ <version>${lombok.version}</version>
|
|
|
|
+ </dependency>
|
|
</dependencies>
|
|
</dependencies>
|
|
|
|
+
|
|
</dependencyManagement>
|
|
</dependencyManagement>
|
|
|
|
|
|
<build>
|
|
<build>
|