| | |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-starter-parent</artifactId> |
| | | <version>2.3.12.RELEASE</version> |
| | | <relativePath/> |
| | | </parent> |
| | | <properties> |
| | | <java.version>1.8</java.version> |
| | |
| | | <type>pom</type> |
| | | <scope>import</scope> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>com.google.protobuf</groupId> |
| | | <artifactId>protobuf-java</artifactId> |
| | | <version>4.31.1</version> |
| | | <type>pom</type> |
| | | <scope>import</scope> |
| | | </dependency> |
| | | <!-- Alibaba Cloud 依赖管理 --> |
| | | <dependency> |
| | | <groupId>com.alibaba.cloud</groupId> |