전체적인 import 문 정리

dev
박성영 2 months ago
parent 6d32807e26
commit 4b575c022c

@ -22,7 +22,6 @@ import net.ttddyy.dsproxy.listener.logging.SLF4JLogLevel;
import net.ttddyy.dsproxy.listener.logging.SLF4JQueryLoggingListener; import net.ttddyy.dsproxy.listener.logging.SLF4JQueryLoggingListener;
import net.ttddyy.dsproxy.proxy.ParameterSetOperation; import net.ttddyy.dsproxy.proxy.ParameterSetOperation;
import net.ttddyy.dsproxy.support.ProxyDataSourceBuilder; import net.ttddyy.dsproxy.support.ProxyDataSourceBuilder;
import org.apache.ibatis.jdbc.SQL;
import org.slf4j.Logger; import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;

@ -11,9 +11,9 @@ import org.apache.poi.xssf.streaming.SXSSFWorkbook;
import java.io.IOException; import java.io.IOException;
import java.io.OutputStream; import java.io.OutputStream;
import java.lang.reflect.Field; import java.lang.reflect.Field;
import java.math.BigDecimal;
import java.security.GeneralSecurityException; import java.security.GeneralSecurityException;
import java.util.List; import java.util.List;
import java.math.BigDecimal;
import static egovframework.util.excel.SuperClassReflectionUtils.getAllFieldsWithExcelColumn; import static egovframework.util.excel.SuperClassReflectionUtils.getAllFieldsWithExcelColumn;

@ -4,11 +4,7 @@ import go.kr.project.common.service.AddressService;
import lombok.RequiredArgsConstructor; import lombok.RequiredArgsConstructor;
import lombok.extern.slf4j.Slf4j; import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Value; import org.springframework.beans.factory.annotation.Value;
import org.springframework.http.HttpEntity; import org.springframework.http.*;
import org.springframework.http.HttpHeaders;
import org.springframework.http.HttpMethod;
import org.springframework.http.MediaType;
import org.springframework.http.ResponseEntity;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Service;
import org.springframework.web.client.HttpClientErrorException; import org.springframework.web.client.HttpClientErrorException;
import org.springframework.web.client.RestTemplate; import org.springframework.web.client.RestTemplate;

@ -1,7 +1,10 @@
package go.kr.project.crdn.crndRegistAndView.crdnActInfo.model; package go.kr.project.crdn.crndRegistAndView.crdnActInfo.model;
import com.fasterxml.jackson.annotation.JsonFormat; import com.fasterxml.jackson.annotation.JsonFormat;
import lombok.*; import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;
import org.springframework.format.annotation.DateTimeFormat; import org.springframework.format.annotation.DateTimeFormat;
import java.math.BigDecimal; import java.math.BigDecimal;

@ -21,7 +21,6 @@ import io.swagger.v3.oas.annotations.responses.ApiResponses;
import io.swagger.v3.oas.annotations.tags.Tag; import io.swagger.v3.oas.annotations.tags.Tag;
import lombok.RequiredArgsConstructor; import lombok.RequiredArgsConstructor;
import lombok.extern.slf4j.Slf4j; import lombok.extern.slf4j.Slf4j;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity; import org.springframework.http.ResponseEntity;
import org.springframework.stereotype.Controller; import org.springframework.stereotype.Controller;
import org.springframework.ui.Model; import org.springframework.ui.Model;
@ -29,7 +28,6 @@ import org.springframework.web.bind.annotation.*;
import org.springframework.web.servlet.ModelAndView; import org.springframework.web.servlet.ModelAndView;
import java.math.BigDecimal; import java.math.BigDecimal;
import java.math.RoundingMode;
import java.util.HashMap; import java.util.HashMap;
import java.util.List; import java.util.List;
import java.util.Map; import java.util.Map;

@ -29,7 +29,6 @@ import org.springframework.web.servlet.ModelAndView;
import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse; import javax.servlet.http.HttpServletResponse;
import java.util.List; import java.util.List;
import java.util.stream.Collectors;
/** /**
* packageName : go.kr.project.crdn.crndRegistAndView.controller * packageName : go.kr.project.crdn.crndRegistAndView.controller

@ -1,14 +1,12 @@
package go.kr.project.crdn.crndRegistAndView.main.controller; package go.kr.project.crdn.crndRegistAndView.main.controller;
import egovframework.constant.MessageConstants;
import egovframework.constant.TilesConstants; import egovframework.constant.TilesConstants;
import egovframework.exception.MessageException; import egovframework.exception.MessageException;
import egovframework.util.ApiResponseUtil; import egovframework.util.ApiResponseUtil;
import egovframework.util.SessionUtil; import egovframework.util.SessionUtil;
import go.kr.project.crdn.crndRegistAndView.main.model.CrdnRegistAndViewVO;
import go.kr.project.crdn.crndRegistAndView.main.model.CrdnRelevyVO; import go.kr.project.crdn.crndRegistAndView.main.model.CrdnRelevyVO;
import go.kr.project.crdn.crndRegistAndView.main.service.CrdnRelevyService;
import go.kr.project.crdn.crndRegistAndView.main.service.CrdnRegistAndViewService; import go.kr.project.crdn.crndRegistAndView.main.service.CrdnRegistAndViewService;
import go.kr.project.crdn.crndRegistAndView.main.service.CrdnRelevyService;
import io.swagger.v3.oas.annotations.Operation; import io.swagger.v3.oas.annotations.Operation;
import io.swagger.v3.oas.annotations.Parameter; import io.swagger.v3.oas.annotations.Parameter;
import io.swagger.v3.oas.annotations.responses.ApiResponse; import io.swagger.v3.oas.annotations.responses.ApiResponse;
@ -20,9 +18,7 @@ import org.springframework.http.ResponseEntity;
import org.springframework.stereotype.Controller; import org.springframework.stereotype.Controller;
import org.springframework.ui.Model; import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.*; import org.springframework.web.bind.annotation.*;
import org.springframework.web.servlet.ModelAndView;
import java.util.HashMap;
import java.util.Map; import java.util.Map;
/** /**

@ -1,7 +1,7 @@
package go.kr.project.crdn.crndRegistAndView.main.mapper; package go.kr.project.crdn.crndRegistAndView.main.mapper;
import go.kr.project.crdn.crndRegistAndView.main.model.CrdnRelevyVO;
import go.kr.project.crdn.crndRegistAndView.crdnActInfo.model.CrdnPhotoVO; import go.kr.project.crdn.crndRegistAndView.crdnActInfo.model.CrdnPhotoVO;
import go.kr.project.crdn.crndRegistAndView.main.model.CrdnRelevyVO;
import org.apache.ibatis.annotations.Mapper; import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param; import org.apache.ibatis.annotations.Param;

@ -1,9 +1,7 @@
package go.kr.project.crdn.crndRegistAndView.main.model; package go.kr.project.crdn.crndRegistAndView.main.model;
import com.fasterxml.jackson.annotation.JsonFormat; import com.fasterxml.jackson.annotation.JsonFormat;
import go.kr.project.common.model.PagingVO;
import lombok.*; import lombok.*;
import org.apache.poi.hpsf.Decimal;
import org.springframework.format.annotation.DateTimeFormat; import org.springframework.format.annotation.DateTimeFormat;
import java.math.BigDecimal; import java.math.BigDecimal;

@ -7,7 +7,10 @@ import egovframework.util.StringUtil;
import go.kr.project.crdn.crndRegistAndView.main.mapper.CrdnImpltTaskMapper; import go.kr.project.crdn.crndRegistAndView.main.mapper.CrdnImpltTaskMapper;
import go.kr.project.crdn.crndRegistAndView.main.mapper.CrdnLevyPrvntcMapper; import go.kr.project.crdn.crndRegistAndView.main.mapper.CrdnLevyPrvntcMapper;
import go.kr.project.crdn.crndRegistAndView.main.mapper.CrdnRegistAndViewMapper; import go.kr.project.crdn.crndRegistAndView.main.mapper.CrdnRegistAndViewMapper;
import go.kr.project.crdn.crndRegistAndView.main.model.*; import go.kr.project.crdn.crndRegistAndView.main.model.CrdnImpltTaskVO;
import go.kr.project.crdn.crndRegistAndView.main.model.CrdnImpltTrprInfoVO;
import go.kr.project.crdn.crndRegistAndView.main.model.CrdnLevyInfoVO;
import go.kr.project.crdn.crndRegistAndView.main.model.CrdnRegistAndViewVO;
import go.kr.project.crdn.crndRegistAndView.main.service.CrdnImpltTaskService; import go.kr.project.crdn.crndRegistAndView.main.service.CrdnImpltTaskService;
import lombok.RequiredArgsConstructor; import lombok.RequiredArgsConstructor;
import lombok.extern.slf4j.Slf4j; import lombok.extern.slf4j.Slf4j;
@ -18,11 +21,7 @@ import org.springframework.transaction.annotation.Transactional;
import java.time.LocalDate; import java.time.LocalDate;
import java.time.format.DateTimeFormatter; import java.time.format.DateTimeFormatter;
import java.time.temporal.ChronoUnit; import java.time.temporal.ChronoUnit;
import java.util.ArrayList; import java.util.*;
import java.util.Comparator;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import static egovframework.constant.CrdnPrcsSttsConstants.*; import static egovframework.constant.CrdnPrcsSttsConstants.*;

@ -3,10 +3,10 @@ package go.kr.project.crdn.crndRegistAndView.main.service.impl;
import egovframework.exception.MessageException; import egovframework.exception.MessageException;
import egovframework.util.DateUtil; import egovframework.util.DateUtil;
import egovframework.util.FileUtil; import egovframework.util.FileUtil;
import go.kr.project.crdn.crndRegistAndView.crdnActInfo.model.CrdnPhotoVO;
import go.kr.project.crdn.crndRegistAndView.main.mapper.CrdnRegistAndViewMapper; import go.kr.project.crdn.crndRegistAndView.main.mapper.CrdnRegistAndViewMapper;
import go.kr.project.crdn.crndRegistAndView.main.mapper.CrdnRelevyMapper; import go.kr.project.crdn.crndRegistAndView.main.mapper.CrdnRelevyMapper;
import go.kr.project.crdn.crndRegistAndView.main.model.CrdnRelevyVO; import go.kr.project.crdn.crndRegistAndView.main.model.CrdnRelevyVO;
import go.kr.project.crdn.crndRegistAndView.crdnActInfo.model.CrdnPhotoVO;
import go.kr.project.crdn.crndRegistAndView.main.service.CrdnRegistAndViewService; import go.kr.project.crdn.crndRegistAndView.main.service.CrdnRegistAndViewService;
import go.kr.project.crdn.crndRegistAndView.main.service.CrdnRelevyService; import go.kr.project.crdn.crndRegistAndView.main.service.CrdnRelevyService;
import lombok.RequiredArgsConstructor; import lombok.RequiredArgsConstructor;
@ -17,7 +17,6 @@ import org.springframework.transaction.annotation.Transactional;
import java.io.File; import java.io.File;
import java.io.IOException; import java.io.IOException;
import java.time.LocalDate;
import java.time.LocalDateTime; import java.time.LocalDateTime;
import java.time.format.DateTimeFormatter; import java.time.format.DateTimeFormatter;
import java.util.HashMap; import java.util.HashMap;

@ -8,7 +8,6 @@ import egovframework.util.ApiResponseUtil;
import egovframework.util.SessionUtil; import egovframework.util.SessionUtil;
import go.kr.project.common.model.CmmnCodeSearchVO; import go.kr.project.common.model.CmmnCodeSearchVO;
import go.kr.project.common.service.CommonCodeService; import go.kr.project.common.service.CommonCodeService;
import go.kr.project.crdn.crndRegistAndView.main.model.CrdnRegistAndViewVO;
import go.kr.project.crdn.crndRegistAndView.main.service.CrdnImpltTaskService; import go.kr.project.crdn.crndRegistAndView.main.service.CrdnImpltTaskService;
import go.kr.project.levy.levyRelevy.model.LevyRelevyVO; import go.kr.project.levy.levyRelevy.model.LevyRelevyVO;
import go.kr.project.levy.levyRelevy.service.LevyRelevyService; import go.kr.project.levy.levyRelevy.service.LevyRelevyService;

@ -1,8 +1,8 @@
package go.kr.project.levy.levyRelevy.service.impl; package go.kr.project.levy.levyRelevy.service.impl;
import egovframework.exception.MessageException; import egovframework.exception.MessageException;
import go.kr.project.crdn.crndRegistAndView.main.service.CrdnRelevyService;
import go.kr.project.crdn.crndRegistAndView.main.model.CrdnRelevyVO; import go.kr.project.crdn.crndRegistAndView.main.model.CrdnRelevyVO;
import go.kr.project.crdn.crndRegistAndView.main.service.CrdnRelevyService;
import go.kr.project.levy.levyRelevy.mapper.LevyRelevyMapper; import go.kr.project.levy.levyRelevy.mapper.LevyRelevyMapper;
import go.kr.project.levy.levyRelevy.model.LevyRelevyVO; import go.kr.project.levy.levyRelevy.model.LevyRelevyVO;
import go.kr.project.levy.levyRelevy.service.LevyRelevyService; import go.kr.project.levy.levyRelevy.service.LevyRelevyService;

@ -16,7 +16,10 @@ import lombok.extern.slf4j.Slf4j;
import org.springframework.http.ResponseEntity; import org.springframework.http.ResponseEntity;
import org.springframework.stereotype.Controller; import org.springframework.stereotype.Controller;
import org.springframework.ui.Model; import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.*; import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.ModelAttribute;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestMapping;
import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletRequest;
import java.util.List; import java.util.List;

@ -1,7 +1,6 @@
package go.kr.project.noti.model; package go.kr.project.noti.model;
import com.fasterxml.jackson.annotation.JsonFormat; import com.fasterxml.jackson.annotation.JsonFormat;
import go.kr.project.common.model.PagingVO; import go.kr.project.common.model.PagingVO;
import lombok.*; import lombok.*;
import org.springframework.format.annotation.DateTimeFormat; import org.springframework.format.annotation.DateTimeFormat;

@ -6,12 +6,11 @@ import go.kr.project.noti.model.NotiImpltTrprInfoVO;
import go.kr.project.noti.service.NotiService; import go.kr.project.noti.service.NotiService;
import lombok.RequiredArgsConstructor; import lombok.RequiredArgsConstructor;
import lombok.extern.slf4j.Slf4j; import lombok.extern.slf4j.Slf4j;
import java.util.List;
import org.egovframe.rte.fdl.cmmn.EgovAbstractServiceImpl; import org.egovframe.rte.fdl.cmmn.EgovAbstractServiceImpl;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Service;
import java.util.List;
/** /**
* packageName : go.kr.project.noti.service.impl * packageName : go.kr.project.noti.service.impl

Loading…
Cancel
Save