- package com.izouma.nineth.service;
- import com.izouma.nineth.repo.ExceptionLogRepo;
- import lombok.AllArgsConstructor;
- import org.springframework.stereotype.Service;
- @Service
- @AllArgsConstructor
- public class ExceptionLogService {
- private ExceptionLogRepo exceptionLogRepo;
- }
|