API 통계 도메인 구조 개편 및 조회 기능 확장:
- API 통계 엔티티/리포지토리 다층 나눔 (분/시/일/월) - API 상세/요약 통계 및 기간별 누적 통계 DTO 추가 - 고객센터 연락처 조회 로직 추가 (@ModelAttribute) - 글로벌 푸터 적용 - @EMSDataSource 지원 엔티티-패키지 다중 검색 적용 - 기존 ApiStatisticsRepository 삭제, 분리된 구성으로 대체
This commit is contained in:
@@ -98,7 +98,7 @@ gateway:
|
||||
|
||||
hibernate-dialect: org.hibernate.dialect.Oracle12cDialect
|
||||
hibernate-physical-naming-strategy: com.eactive.apim.portal.common.entity.CustomPhysicalNamingStrategy
|
||||
entity-package: com.eactive.eai.data.entity.onl
|
||||
entity-package: com.eactive.eai.data.entity.onl,com.eactive.apim.gateway.data.statistics.entity
|
||||
|
||||
portal:
|
||||
file:
|
||||
|
||||
Reference in New Issue
Block a user