From 7f26185164465f35271be497ab7f866ca109c969 Mon Sep 17 00:00:00 2001 From: z1yoon <83934144+z1yoon@users.noreply.github.com> Date: Sun, 10 Nov 2024 15:54:01 +0800 Subject: [PATCH] Nshm 134 add logs to wishlist (#71) Co-authored-by: MrPhotato Co-authored-by: amber <> Co-authored-by: nshm Co-authored-by: MrPhotato <137085785+MrPhotato@users.noreply.github.com> --- services/wishlist/pom.xml | 4 ++++ services/wishlist/test | 0 2 files changed, 4 insertions(+) create mode 100644 services/wishlist/test diff --git a/services/wishlist/pom.xml b/services/wishlist/pom.xml index 0ca0178b..fdcc0970 100644 --- a/services/wishlist/pom.xml +++ b/services/wishlist/pom.xml @@ -42,6 +42,10 @@ org.springframework.boot spring-boot-starter-validation + + org.springframework.boot + spring-boot-starter-actuator + diff --git a/services/wishlist/test b/services/wishlist/test new file mode 100644 index 00000000..e69de29b