Skip to content

Commit

Permalink
setting: yml 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
H-Yeji committed Oct 29, 2024
1 parent 3bd994a commit 8d87db2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
package org.samtuap.inong.common.client;

import org.samtuap.inong.config.FeignConfig;
import org.samtuap.inong.domain.delivery.dto.FarmDetailGetResponse;
import org.samtuap.inong.domain.coupon.dto.FarmSellerResponse;
import org.samtuap.inong.domain.delivery.dto.PackageProductResponse;
import org.samtuap.inong.domain.order.dto.PackageStatisticResponse;
import org.springframework.cloud.openfeign.FeignClient;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestBody;

import java.util.List;

@FeignClient(name = "product-service", configuration = FeignConfig.class)
public interface ProductFeign {

@GetMapping(value = "/product/info/{id}")
Expand Down
2 changes: 1 addition & 1 deletion backend/order/src/main/resources/application-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spring:
application:
name: order-service
datasource:
url: jdbc:mariadb://${ORDER_PROD_DB_ENDPOINT}
url: jdbc:mariadb://${ORDER_PROD_DATABASE_ENDPOINT}
username: ${PROD_DATABASE_MASTER_NAME}
password: ${PROD_DATABASE_PASSWORD}
driver-class-name: org.mariadb.jdbc.Driver
Expand Down

0 comments on commit 8d87db2

Please sign in to comment.