recommend

This commit is contained in:
youbeen 2025-06-12 16:03:33 +09:00
parent 6c3b5b4235
commit 1a0d3c5268
6 changed files with 20 additions and 0 deletions

0
common/src/build.gradle Normal file
View File

View File

@ -0,0 +1,4 @@
package com.ktds.hi.common.config;
public class AsyncConfig {
}

View File

@ -0,0 +1,4 @@
package com.ktds.hi.common.config;
public class CommonAopConfig {
}

View File

@ -0,0 +1,4 @@
package com.ktds.hi.common.service;
public class AuditAction {
}

View File

@ -0,0 +1,4 @@
package com.ktds.hi.recommend.infra.config;
public class RecommendWebClientConfig {
}

View File

@ -0,0 +1,4 @@
package com.ktds.hi.recommend.infra.gateway;
public class ExternalServiceClient {
}