|
|
@@ -13,7 +13,17 @@
|
|
|
<maven.compiler.source>17</maven.compiler.source>
|
|
|
<maven.compiler.target>17</maven.compiler.target>
|
|
|
</properties>
|
|
|
-
|
|
|
+ <dependencyManagement>
|
|
|
+ <dependencies>
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.apache.dubbo</groupId>
|
|
|
+ <artifactId>dubbo-bom</artifactId>
|
|
|
+ <version>3.3.0</version>
|
|
|
+ <type>pom</type>
|
|
|
+ <scope>import</scope>
|
|
|
+ </dependency>
|
|
|
+ </dependencies>
|
|
|
+ </dependencyManagement>
|
|
|
<parent>
|
|
|
<artifactId>spring-boot-starter-parent</artifactId>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
@@ -21,7 +31,14 @@
|
|
|
</parent>
|
|
|
|
|
|
<dependencies>
|
|
|
-
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.apache.dubbo</groupId>
|
|
|
+ <artifactId>dubbo-spring-boot-starter</artifactId>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.apache.dubbo</groupId>
|
|
|
+ <artifactId>dubbo-registry-nacos</artifactId>
|
|
|
+ </dependency>
|
|
|
<dependency>
|
|
|
<groupId>mysql</groupId>
|
|
|
<artifactId>mysql-connector-java</artifactId>
|