mirror of
https://github.com/ktds-dg0501/kt-event-marketing.git
synced 2025-12-06 08:06:25 +00:00
.gitignore에 Gradle 추가 및 빌드 파일 제거
This commit is contained in:
parent
0ed0309e66
commit
7fa1f8cc89
4
.gitignore
vendored
4
.gitignore
vendored
@ -21,6 +21,10 @@ dist/
|
||||
build/
|
||||
*.log
|
||||
|
||||
# Gradle
|
||||
.gradle/
|
||||
!gradle/wrapper/gradle-wrapper.jar
|
||||
|
||||
# Environment
|
||||
.env
|
||||
.env.local
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,2 +0,0 @@
|
||||
#Thu Oct 23 17:51:21 KST 2025
|
||||
gradle.version=8.10
|
||||
Binary file not shown.
Binary file not shown.
@ -22,7 +22,7 @@ import java.time.LocalDateTime;
|
||||
@Tag(name = "Analytics", description = "이벤트 성과 분석 및 대시보드 API")
|
||||
@Slf4j
|
||||
@RestController
|
||||
@RequestMapping("/api/events")
|
||||
@RequestMapping("/events")
|
||||
@RequiredArgsConstructor
|
||||
public class AnalyticsDashboardController {
|
||||
|
||||
|
||||
@ -22,7 +22,7 @@ import java.util.List;
|
||||
@Tag(name = "Channels", description = "채널별 성과 분석 API")
|
||||
@Slf4j
|
||||
@RestController
|
||||
@RequestMapping("/api/events")
|
||||
@RequestMapping("/events")
|
||||
@RequiredArgsConstructor
|
||||
public class ChannelAnalyticsController {
|
||||
|
||||
|
||||
@ -19,7 +19,7 @@ import org.springframework.web.bind.annotation.*;
|
||||
@Tag(name = "ROI", description = "투자 대비 수익률 분석 API")
|
||||
@Slf4j
|
||||
@RestController
|
||||
@RequestMapping("/api/events")
|
||||
@RequestMapping("/events")
|
||||
@RequiredArgsConstructor
|
||||
public class RoiAnalyticsController {
|
||||
|
||||
|
||||
@ -24,7 +24,7 @@ import java.util.List;
|
||||
@Tag(name = "Timeline", description = "시간대별 분석 API")
|
||||
@Slf4j
|
||||
@RestController
|
||||
@RequestMapping("/api/events")
|
||||
@RequestMapping("/events")
|
||||
@RequiredArgsConstructor
|
||||
public class TimelineAnalyticsController {
|
||||
|
||||
|
||||
@ -84,7 +84,7 @@
|
||||
- 대시보드 데이터 조회 (Redis 캐싱)
|
||||
- Kafka Event 구독 (EventCreated, ParticipantRegistered, DistributionCompleted)
|
||||
- 외부 채널 통계 수집 (Circuit Breaker + Fallback)
|
||||
- ROI 계산 및 성과 분석
|
||||
- ROI 계산 및 성과 분석4
|
||||
|
||||
#### Async Services (비동기 처리)
|
||||
1. **AI Service**: AI 기반 이벤트 추천
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user