fix: lombok 제거

main
Jonguk. Lim 1 year ago
parent 80396718c2
commit 2e98568e52

@ -1,5 +1,6 @@
package kr.xit;
/*
import org.springframework.boot.builder.*;
import org.springframework.boot.web.servlet.support.*;
@ -10,3 +11,5 @@ public class ServletInitializer extends SpringBootServletInitializer {
return application.sources(EnsBatchApplication.class);
}
}
*/

@ -1,9 +1,11 @@
package kr.xit.core.biz.batch.mapper;
import java.util.List;
import java.util.Optional;
import kr.xit.core.biz.batch.model.BatchCmmDTO.BatchLock;
import org.egovframe.rte.psl.dataaccess.mapper.Mapper;
import java.util.*;
import org.apache.ibatis.annotations.*;
import kr.xit.core.biz.batch.model.BatchCmmDTO.*;
//import org.egovframe.rte.psl.dataaccess.mapper.Mapper;
/**
* <pre>

@ -47,7 +47,8 @@ logging:
reactor.netty: warn
io.netty: warn
org.springframework.web.reactive.function.client.ExchangeFunctions: warn
org.springframework: warn
org.springframework: debug
org.mybatis: debug
file:
# 로그파일 위치
path: ${app.data.root.path}/mens/logs

Loading…
Cancel
Save