From 92e2f5b36f5d75831d0f98f91e9e85865b8130c2 Mon Sep 17 00:00:00 2001 From: cmg <527198563@qq.com> Date: 星期三, 19 六月 2024 14:16:43 +0800 Subject: [PATCH] 切修丽可分支 --- crm-platform-feign/pom.xml | 11 +++++++---- 1 files changed, 7 insertions(+), 4 deletions(-) diff --git a/crm-platform-feign/pom.xml b/crm-platform-feign/pom.xml index 8f6bfee..5a406c9 100644 --- a/crm-platform-feign/pom.xml +++ b/crm-platform-feign/pom.xml @@ -6,13 +6,12 @@ <groupId>com.hz</groupId> <artifactId>crm-platform-feign</artifactId> - <version>1.0-SNAPSHOT</version> <packaging>jar</packaging> <parent> <groupId>com.hz</groupId> <artifactId>crm-platform-feign-parent</artifactId> - <version>1.0-SNAPSHOT</version> + <version>xlk</version> </parent> <dependencies> @@ -20,7 +19,6 @@ <dependency> <groupId>com.hx.gitee</groupId> <artifactId>hx-common</artifactId> - <version>1.0-SNAPSHOT</version> </dependency> <dependency> @@ -28,11 +26,16 @@ <artifactId>jasypt-spring-boot-starter</artifactId> </dependency> - <!--openfeign鐨勬敮鎸�--> + <dependency> + <groupId>org.projectlombok</groupId> + <artifactId>lombok</artifactId> + </dependency> + <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-openfeign</artifactId> </dependency> + <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-loadbalancer</artifactId> -- Gitblit v1.8.0