refactor : 전자정부프레임워크, 스프링프레임워크 버전 변경(xit-base 최소 요건과 동일하게 변경)

main
이범준 2 years ago
parent 464d7056be
commit c8cc87192b

@ -19,8 +19,8 @@
<properties> <properties>
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>
<java-version>11</java-version> <java-version>11</java-version>
<spring.maven.artifact.version>4.3.25.RELEASE</spring.maven.artifact.version> <spring.maven.artifact.version>5.3.20</spring.maven.artifact.version>
<egovframework.rte.version>3.10.0</egovframework.rte.version> <org.egovframe.rte.version>4.1.0</org.egovframe.rte.version>
<org.apache.tiles.version>3.0.5</org.apache.tiles.version> <org.apache.tiles.version>3.0.5</org.apache.tiles.version>
<!-- <logback.version>1.2.9</logback.version>--> <!-- <logback.version>1.2.9</logback.version>-->
<!-- <slf4j.version>1.7.21</slf4j.version>--> <!-- <slf4j.version>1.7.21</slf4j.version>-->
@ -63,9 +63,9 @@
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>egovframework.rte</groupId> <groupId>org.egovframe.rte</groupId>
<artifactId>egovframework.rte.fdl.logging</artifactId> <artifactId>org.egovframe.rte.fdl.logging</artifactId>
<version>${egovframework.rte.version}</version> <version>${org.egovframe.rte.version}</version>
<exclusions> <exclusions>
<exclusion> <exclusion>
<groupId>org.apache.logging.log4j</groupId> <groupId>org.apache.logging.log4j</groupId>
@ -86,9 +86,9 @@
</exclusions> </exclusions>
</dependency> </dependency>
<dependency> <dependency>
<groupId>egovframework.rte</groupId> <groupId>org.egovframe.rte</groupId>
<artifactId>egovframework.rte.fdl.security</artifactId> <artifactId>org.egovframe.rte.fdl.security</artifactId>
<version>${egovframework.rte.version}</version> <version>${org.egovframe.rte.version}</version>
<exclusions> <exclusions>
<exclusion> <exclusion>
<groupId>org.apache.logging.log4j</groupId> <groupId>org.apache.logging.log4j</groupId>
@ -108,15 +108,15 @@
</exclusion> </exclusion>
<!-- 로그 관련 모듈 제외--> <!-- 로그 관련 모듈 제외-->
<exclusion> <exclusion>
<artifactId>egovframework.rte.fdl.logging</artifactId> <artifactId>org.egovframe.rte.fdl.logging</artifactId>
<groupId>egovframework.rte</groupId> <groupId>org.egovframe.rte</groupId>
</exclusion> </exclusion>
</exclusions> </exclusions>
</dependency> </dependency>
<dependency> <dependency>
<groupId>egovframework.rte</groupId> <groupId>org.egovframe.rte</groupId>
<artifactId>egovframework.rte.fdl.excel</artifactId> <artifactId>org.egovframe.rte.fdl.excel</artifactId>
<version>${egovframework.rte.version}</version> <version>${org.egovframe.rte.version}</version>
<!-- 로그관련 걷어내기 --> <!-- 로그관련 걷어내기 -->
<exclusions> <exclusions>
<exclusion> <exclusion>
@ -124,8 +124,8 @@
<groupId>commons-logging</groupId> <groupId>commons-logging</groupId>
</exclusion> </exclusion>
<exclusion> <exclusion>
<artifactId>egovframework.rte.fdl.logging</artifactId> <artifactId>org.egovframe.rte.fdl.logging</artifactId>
<groupId>egovframework.rte</groupId> <groupId>org.egovframe.rte</groupId>
</exclusion> </exclusion>
<exclusion> <exclusion>
<groupId>org.apache.logging.log4j</groupId> <groupId>org.apache.logging.log4j</groupId>
@ -159,9 +159,9 @@
</exclusions> </exclusions>
</dependency> </dependency>
<dependency> <dependency>
<groupId>egovframework.rte</groupId> <groupId>org.egovframe.rte</groupId>
<artifactId>egovframework.rte.ptl.mvc</artifactId> <artifactId>org.egovframe.rte.ptl.mvc</artifactId>
<version>${egovframework.rte.version}</version> <version>${org.egovframe.rte.version}</version>
<exclusions> <exclusions>
<exclusion> <exclusion>
<artifactId>commons-logging</artifactId> <artifactId>commons-logging</artifactId>
@ -169,15 +169,15 @@
</exclusion> </exclusion>
<!-- 로그 관련 모듈 제외--> <!-- 로그 관련 모듈 제외-->
<exclusion> <exclusion>
<artifactId>egovframework.rte.fdl.logging</artifactId> <artifactId>org.egovframe.rte.fdl.logging</artifactId>
<groupId>egovframework.rte</groupId> <groupId>org.egovframe.rte</groupId>
</exclusion> </exclusion>
</exclusions> </exclusions>
</dependency> </dependency>
<dependency> <dependency>
<groupId>egovframework.rte</groupId> <groupId>org.egovframe.rte</groupId>
<artifactId>egovframework.rte.fdl.idgnr</artifactId> <artifactId>org.egovframe.rte.fdl.idgnr</artifactId>
<version>${egovframework.rte.version}</version> <version>${org.egovframe.rte.version}</version>
<!-- <!--
spring-context에서는 기본적으로 commons-logging 라이브러리를 사용 spring-context에서는 기본적으로 commons-logging 라이브러리를 사용
Logback 라이브러리로 대체하기 위해 spring-context 라이브러리를 추가할 때 commons-logging 라이브러리를 제외 Logback 라이브러리로 대체하기 위해 spring-context 라이브러리를 추가할 때 commons-logging 라이브러리를 제외
@ -190,9 +190,9 @@
</exclusions> </exclusions>
</dependency> </dependency>
<dependency> <dependency>
<groupId>egovframework.rte</groupId> <groupId>org.egovframe.rte</groupId>
<artifactId>egovframework.rte.fdl.property</artifactId> <artifactId>org.egovframe.rte.fdl.property</artifactId>
<version>${egovframework.rte.version}</version> <version>${org.egovframe.rte.version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
@ -243,9 +243,9 @@
<dependency> <dependency>
<groupId>javax.servlet</groupId> <groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId> <artifactId>javax.servlet-api</artifactId>
<version>3.1.0</version>
<scope>provided</scope> <scope>provided</scope>
<version>2.5</version>
</dependency> </dependency>
<dependency> <dependency>
@ -788,18 +788,7 @@
</execution> </execution>
</executions> </executions>
</plugin> </plugin>
<plugin>
<groupId>org.apache.tomcat.maven</groupId>
<artifactId>tomcat7-maven-plugin</artifactId>
<version>2.2</version>
<configuration>
<port>80</port>
<path>/</path>
<systemProperties>
<JAVA_OPTS>-Xms256m -Xmx768m -XX:MaxPermSize=256m</JAVA_OPTS>
</systemProperties>
</configuration>
</plugin>
<!-- Test Coverage --> <!-- Test Coverage -->
<plugin> <plugin>
@ -811,38 +800,14 @@
<encoding>${encoding}</encoding> <encoding>${encoding}</encoding>
</configuration> </configuration>
</plugin> </plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>hibernate3-maven-plugin</artifactId>
<version>2.2</version>
<configuration>
<components>
<component>
<name>hbm2ddl</name>
<implementation>annotationconfiguration</implementation>
</component>
</components>
</configuration>
<dependencies>
<dependency>
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<version>2.3.2</version>
</dependency>
</dependencies>
</plugin>
<!-- EMMA --> <!-- EMMA -->
<plugin> <plugin>
<groupId>org.codehaus.mojo</groupId> <groupId>org.codehaus.mojo</groupId>
<artifactId>emma-maven-plugin</artifactId> <artifactId>emma-maven-plugin</artifactId>
<version>1.0-alpha-3</version> <version>1.0-alpha-3</version>
</plugin> </plugin>
<!-- PMD manven plugin -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId>
<version>3.1</version>
</plugin>
</plugins> </plugins>
</pluginManagement> </pluginManagement>
@ -851,6 +816,7 @@
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId> <artifactId>maven-surefire-plugin</artifactId>
<version>2.12.4</version>
<configuration> <configuration>
<skipTests>true</skipTests> <skipTests>true</skipTests>
<forkMode>once</forkMode> <forkMode>once</forkMode>

@ -5,7 +5,7 @@ import java.util.Map;
import org.apache.ibatis.session.RowBounds; import org.apache.ibatis.session.RowBounds;
import egovframework.rte.psl.dataaccess.mapper.Mapper; import org.egovframe.rte.psl.dataaccess.mapper.Mapper;
import kr.xit.fims.biz.cmm.dto.FimsCrackdownDTO; import kr.xit.fims.biz.cmm.dto.FimsCrackdownDTO;
import kr.xit.fims.biz.cmm.dto.NtriDTO; import kr.xit.fims.biz.cmm.dto.NtriDTO;
import kr.xit.fims.biz.ec.dto.CtznStmtDTO; import kr.xit.fims.biz.ec.dto.CtznStmtDTO;

@ -5,7 +5,7 @@ import java.util.Map;
import org.apache.ibatis.session.RowBounds; import org.apache.ibatis.session.RowBounds;
import egovframework.rte.psl.dataaccess.mapper.Mapper; import org.egovframe.rte.psl.dataaccess.mapper.Mapper;
@Mapper @Mapper
public interface IEc0100Mapper { public interface IEc0100Mapper {

@ -5,7 +5,7 @@ import java.util.Map;
import org.apache.ibatis.session.RowBounds; import org.apache.ibatis.session.RowBounds;
import egovframework.rte.psl.dataaccess.mapper.Mapper; import org.egovframe.rte.psl.dataaccess.mapper.Mapper;
@Mapper @Mapper
public interface IEc0200Mapper { public interface IEc0200Mapper {

@ -5,7 +5,7 @@ import java.util.Map;
import org.apache.ibatis.session.RowBounds; import org.apache.ibatis.session.RowBounds;
import egovframework.rte.psl.dataaccess.mapper.Mapper; import org.egovframe.rte.psl.dataaccess.mapper.Mapper;
@Mapper @Mapper
public interface IEc0300Mapper { public interface IEc0300Mapper {

@ -5,7 +5,7 @@ import java.util.Map;
import org.apache.ibatis.session.RowBounds; import org.apache.ibatis.session.RowBounds;
import egovframework.rte.psl.dataaccess.mapper.Mapper; import org.egovframe.rte.psl.dataaccess.mapper.Mapper;
@Mapper @Mapper
public interface IEc0400Mapper { public interface IEc0400Mapper {

@ -5,7 +5,7 @@ import java.util.Map;
import org.apache.ibatis.session.RowBounds; import org.apache.ibatis.session.RowBounds;
import egovframework.rte.psl.dataaccess.mapper.Mapper; import org.egovframe.rte.psl.dataaccess.mapper.Mapper;
@Mapper @Mapper
public interface IEc0500Mapper { public interface IEc0500Mapper {

@ -5,7 +5,7 @@ import java.util.Map;
import org.apache.ibatis.session.RowBounds; import org.apache.ibatis.session.RowBounds;
import egovframework.rte.psl.dataaccess.mapper.Mapper; import org.egovframe.rte.psl.dataaccess.mapper.Mapper;
import kr.xit.fims.biz.ec.dto.CctvCrackdownDTO; import kr.xit.fims.biz.ec.dto.CctvCrackdownDTO;
@Mapper @Mapper

@ -5,7 +5,7 @@ import java.util.Map;
import org.apache.ibatis.session.RowBounds; import org.apache.ibatis.session.RowBounds;
import egovframework.rte.psl.dataaccess.mapper.Mapper; import org.egovframe.rte.psl.dataaccess.mapper.Mapper;
import kr.xit.fims.biz.ec.dto.CtznStmtDTO; import kr.xit.fims.biz.ec.dto.CtznStmtDTO;
import kr.xit.framework.biz.cmm.dto.CmmFileDTO; import kr.xit.framework.biz.cmm.dto.CmmFileDTO;

@ -5,7 +5,7 @@ import java.util.Map;
import org.apache.ibatis.session.RowBounds; import org.apache.ibatis.session.RowBounds;
import egovframework.rte.psl.dataaccess.mapper.Mapper; import org.egovframe.rte.psl.dataaccess.mapper.Mapper;
import kr.xit.fims.biz.ec.dto.NatlNewspaperRcvDTO; import kr.xit.fims.biz.ec.dto.NatlNewspaperRcvDTO;
import kr.xit.fims.biz.ec.dto.NatlNewspaperRcvXmlDTO; import kr.xit.fims.biz.ec.dto.NatlNewspaperRcvXmlDTO;

@ -3,7 +3,7 @@ package kr.xit.fims.biz.ens.adm.mapper;
import java.sql.SQLException; import java.sql.SQLException;
import java.util.List; import java.util.List;
import egovframework.rte.psl.dataaccess.mapper.Mapper; import org.egovframe.rte.psl.dataaccess.mapper.Mapper;
import kr.xit.fims.biz.ens.adm.dto.SendRqstMngVO; import kr.xit.fims.biz.ens.adm.dto.SendRqstMngVO;
import kr.xit.fims.biz.ens.adm.dto.SendRqstMngSearchVO; import kr.xit.fims.biz.ens.adm.dto.SendRqstMngSearchVO;
import kr.xit.fims.biz.ens.cmm.struct.EnsMapperStrategy; import kr.xit.fims.biz.ens.cmm.struct.EnsMapperStrategy;

@ -2,7 +2,7 @@ package kr.xit.fims.biz.ens.adm.mapper;
import java.util.List; import java.util.List;
import egovframework.rte.psl.dataaccess.mapper.Mapper; import org.egovframe.rte.psl.dataaccess.mapper.Mapper;
import kr.xit.fims.biz.ens.adm.dto.StatsBySignTalkByYearSearchVO; import kr.xit.fims.biz.ens.adm.dto.StatsBySignTalkByYearSearchVO;
import kr.xit.fims.biz.ens.adm.dto.StatsBySignTalkByYearVO; import kr.xit.fims.biz.ens.adm.dto.StatsBySignTalkByYearVO;
import kr.xit.fims.biz.ens.cmm.struct.EnsMapperStrategy; import kr.xit.fims.biz.ens.cmm.struct.EnsMapperStrategy;

@ -17,7 +17,7 @@ import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.PutMapping; import org.springframework.web.bind.annotation.PutMapping;
import org.springframework.web.bind.annotation.RequestBody; import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestMapping;
import egovframework.rte.ptl.mvc.tags.ui.pagination.PaginationInfo; import org.egovframe.rte.ptl.mvc.tags.ui.pagination.PaginationInfo;
import kr.xit.fims.biz.ens.adm.dto.SendRqstMngSearchVO; import kr.xit.fims.biz.ens.adm.dto.SendRqstMngSearchVO;
import kr.xit.fims.biz.ens.adm.dto.SendRqstMngVO; import kr.xit.fims.biz.ens.adm.dto.SendRqstMngVO;
import kr.xit.fims.biz.ens.adm.service.SendRqstMngService; import kr.xit.fims.biz.ens.adm.service.SendRqstMngService;

@ -16,7 +16,7 @@ import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.PutMapping; import org.springframework.web.bind.annotation.PutMapping;
import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestMapping;
import egovframework.rte.ptl.mvc.tags.ui.pagination.PaginationInfo; import org.egovframe.rte.ptl.mvc.tags.ui.pagination.PaginationInfo;
import kr.xit.fims.biz.ens.adm.dto.StatsBySignTalkByYearSearchVO; import kr.xit.fims.biz.ens.adm.dto.StatsBySignTalkByYearSearchVO;
import kr.xit.fims.biz.ens.adm.dto.StatsBySignTalkByYearVO; import kr.xit.fims.biz.ens.adm.dto.StatsBySignTalkByYearVO;
import kr.xit.fims.biz.ens.adm.service.StatsBySignTalkByYearService; import kr.xit.fims.biz.ens.adm.service.StatsBySignTalkByYearService;

@ -6,7 +6,7 @@ import java.util.Map;
import kr.xit.fims.biz.rt.dto.Rt0100VO; import kr.xit.fims.biz.rt.dto.Rt0100VO;
import org.apache.ibatis.session.RowBounds; import org.apache.ibatis.session.RowBounds;
import egovframework.rte.psl.dataaccess.mapper.Mapper; import org.egovframe.rte.psl.dataaccess.mapper.Mapper;
@Mapper @Mapper
public interface IRt0100Mapper { public interface IRt0100Mapper {

@ -3,7 +3,7 @@ package kr.xit.fims.biz.rt.mapper;
import java.util.List; import java.util.List;
import java.util.Map; import java.util.Map;
import egovframework.rte.psl.dataaccess.mapper.Mapper; import org.egovframe.rte.psl.dataaccess.mapper.Mapper;
import kr.xit.fims.biz.rt.dto.Rt0200SearchVO; import kr.xit.fims.biz.rt.dto.Rt0200SearchVO;
import kr.xit.fims.biz.rt.dto.Rt0200VO; import kr.xit.fims.biz.rt.dto.Rt0200VO;

@ -5,7 +5,7 @@ import java.util.Map;
import org.apache.ibatis.session.RowBounds; import org.apache.ibatis.session.RowBounds;
import egovframework.rte.psl.dataaccess.mapper.Mapper; import org.egovframe.rte.psl.dataaccess.mapper.Mapper;
@SuppressWarnings("MybatisXMapperMethodInspection") @SuppressWarnings("MybatisXMapperMethodInspection")
@Mapper @Mapper

@ -5,7 +5,7 @@ import java.util.Map;
import org.apache.ibatis.session.RowBounds; import org.apache.ibatis.session.RowBounds;
import egovframework.rte.psl.dataaccess.mapper.Mapper; import org.egovframe.rte.psl.dataaccess.mapper.Mapper;
@Mapper @Mapper
public interface IRt0400Mapper { public interface IRt0400Mapper {

@ -5,7 +5,7 @@ import java.util.Map;
import org.apache.ibatis.session.RowBounds; import org.apache.ibatis.session.RowBounds;
import egovframework.rte.psl.dataaccess.mapper.Mapper; import org.egovframe.rte.psl.dataaccess.mapper.Mapper;
@Mapper @Mapper
public interface IRt0500Mapper { public interface IRt0500Mapper {

@ -1,6 +1,6 @@
package kr.xit.fims.biz.rt.mapper; package kr.xit.fims.biz.rt.mapper;
import egovframework.rte.psl.dataaccess.mapper.Mapper; import org.egovframe.rte.psl.dataaccess.mapper.Mapper;
import kr.xit.framework.biz.mng.code.dto.XitClCodeMngVO; import kr.xit.framework.biz.mng.code.dto.XitClCodeMngVO;
import org.apache.ibatis.session.RowBounds; import org.apache.ibatis.session.RowBounds;

@ -5,7 +5,7 @@ import java.util.Map;
import org.apache.ibatis.session.RowBounds; import org.apache.ibatis.session.RowBounds;
import egovframework.rte.psl.dataaccess.mapper.Mapper; import org.egovframe.rte.psl.dataaccess.mapper.Mapper;
import kr.xit.fims.biz.rt.dto.RtDTO; import kr.xit.fims.biz.rt.dto.RtDTO;
import kr.xit.framework.biz.cmm.dto.CmmFileDTO; import kr.xit.framework.biz.cmm.dto.CmmFileDTO;

@ -5,7 +5,7 @@ import java.util.Map;
import org.apache.ibatis.session.RowBounds; import org.apache.ibatis.session.RowBounds;
import egovframework.rte.psl.dataaccess.mapper.Mapper; import org.egovframe.rte.psl.dataaccess.mapper.Mapper;
import kr.xit.framework.biz.mng.bbs.dto.XitBasicBbsMngVO; import kr.xit.framework.biz.mng.bbs.dto.XitBasicBbsMngVO;
@Mapper @Mapper

@ -3,7 +3,7 @@ package kr.xit.framework.biz.cache.mapper;
import java.util.List; import java.util.List;
import java.util.Map; import java.util.Map;
import egovframework.rte.psl.dataaccess.mapper.Mapper; import org.egovframe.rte.psl.dataaccess.mapper.Mapper;
@SuppressWarnings("MybatisXMapperMethodInspection") @SuppressWarnings("MybatisXMapperMethodInspection")
@Mapper @Mapper

@ -3,7 +3,7 @@ package kr.xit.framework.biz.cache.mapper;
import java.util.List; import java.util.List;
import java.util.Map; import java.util.Map;
import egovframework.rte.psl.dataaccess.mapper.Mapper; import org.egovframe.rte.psl.dataaccess.mapper.Mapper;
@Mapper @Mapper
public interface ICacheMenuMapper { public interface ICacheMenuMapper {

@ -5,7 +5,7 @@ import java.util.Map;
import org.apache.ibatis.session.RowBounds; import org.apache.ibatis.session.RowBounds;
import egovframework.rte.psl.dataaccess.mapper.Mapper; import org.egovframe.rte.psl.dataaccess.mapper.Mapper;
import kr.xit.framework.biz.cmm.dto.CmmAnsTmplDTO; import kr.xit.framework.biz.cmm.dto.CmmAnsTmplDTO;
@Mapper @Mapper

@ -3,7 +3,7 @@
// import java.util.Collection; // import java.util.Collection;
// import java.util.Optional; // import java.util.Optional;
// //
// import egovframework.rte.psl.dataaccess.mapper.Mapper; // import org.egovframe.rte.psl.dataaccess.mapper.Mapper;
// import kr.xit.framework.biz.cmm.model.CmmFileDtlDTO; // import kr.xit.framework.biz.cmm.model.CmmFileDtlDTO;
// //
// @Mapper // @Mapper

@ -3,7 +3,7 @@ package kr.xit.framework.biz.cmm.mapper;
import java.util.List; import java.util.List;
import java.util.Optional; import java.util.Optional;
import egovframework.rte.psl.dataaccess.mapper.Mapper; import org.egovframe.rte.psl.dataaccess.mapper.Mapper;
import kr.xit.framework.biz.cmm.dto.CmmFileDTO; import kr.xit.framework.biz.cmm.dto.CmmFileDTO;
@SuppressWarnings("MybatisXMapperMethodInspection") @SuppressWarnings("MybatisXMapperMethodInspection")

@ -3,7 +3,7 @@
// import java.util.Collection; // import java.util.Collection;
// import java.util.Optional; // import java.util.Optional;
// //
// import egovframework.rte.psl.dataaccess.mapper.Mapper; // import org.egovframe.rte.psl.dataaccess.mapper.Mapper;
// import kr.xit.framework.biz.cmm.model.CmmFileDtlDTO; // import kr.xit.framework.biz.cmm.model.CmmFileDtlDTO;
// import kr.xit.framework.biz.cmm.model.CmmFileMstDTO; // import kr.xit.framework.biz.cmm.model.CmmFileMstDTO;
// //

@ -1,6 +1,6 @@
package kr.xit.framework.biz.cmm.mapper; package kr.xit.framework.biz.cmm.mapper;
import egovframework.rte.psl.dataaccess.mapper.Mapper; import org.egovframe.rte.psl.dataaccess.mapper.Mapper;
/** /**

@ -4,7 +4,7 @@ import java.sql.SQLException;
import java.util.List; import java.util.List;
import java.util.Map; import java.util.Map;
import egovframework.rte.psl.dataaccess.mapper.Mapper; import org.egovframe.rte.psl.dataaccess.mapper.Mapper;
import kr.xit.framework.core.dto.XitCodeVO; import kr.xit.framework.core.dto.XitCodeVO;
/** /**

@ -3,7 +3,7 @@ package kr.xit.framework.biz.cmm.mapper;
import java.sql.SQLException; import java.sql.SQLException;
import java.util.List; import java.util.List;
import egovframework.rte.psl.dataaccess.mapper.Mapper; import org.egovframe.rte.psl.dataaccess.mapper.Mapper;
import kr.xit.framework.biz.mng.auth.dto.XitAuthorGroupInfoVO; import kr.xit.framework.biz.mng.auth.dto.XitAuthorGroupInfoVO;
import kr.xit.framework.biz.mng.auth.dto.XitAuthorInfoVO; import kr.xit.framework.biz.mng.auth.dto.XitAuthorInfoVO;
import kr.xit.framework.biz.cmm.dto.XitAuthorRoleRelateVO; import kr.xit.framework.biz.cmm.dto.XitAuthorRoleRelateVO;

@ -3,7 +3,7 @@ package kr.xit.framework.biz.cmm.mapper;
import java.util.List; import java.util.List;
import java.util.Map; import java.util.Map;
import egovframework.rte.psl.dataaccess.mapper.Mapper; import org.egovframe.rte.psl.dataaccess.mapper.Mapper;
/** /**
* *

@ -3,7 +3,7 @@ package kr.xit.framework.biz.cmm.mapper;
import java.util.List; import java.util.List;
import java.util.Map; import java.util.Map;
import egovframework.rte.psl.dataaccess.mapper.Mapper; import org.egovframe.rte.psl.dataaccess.mapper.Mapper;
import kr.xit.framework.core.dto.XitBaseSearchVO; import kr.xit.framework.core.dto.XitBaseSearchVO;
/** /**

@ -2,7 +2,7 @@ package kr.xit.framework.biz.cmm.mapper;
import java.sql.SQLException; import java.sql.SQLException;
import egovframework.rte.psl.dataaccess.mapper.Mapper; import org.egovframe.rte.psl.dataaccess.mapper.Mapper;
@Mapper @Mapper
public interface XitFrameSchedulerMapper { public interface XitFrameSchedulerMapper {

@ -4,7 +4,7 @@ import java.sql.SQLException;
import java.util.List; import java.util.List;
import java.util.Map; import java.util.Map;
import egovframework.rte.psl.dataaccess.mapper.Mapper; import org.egovframe.rte.psl.dataaccess.mapper.Mapper;
import kr.xit.framework.biz.cmm.dto.XitBbsVO; import kr.xit.framework.biz.cmm.dto.XitBbsVO;
import kr.xit.framework.core.dto.XitRollingNotiVO; import kr.xit.framework.core.dto.XitRollingNotiVO;

@ -1,6 +1,6 @@
package kr.xit.framework.biz.cmm.mapper; package kr.xit.framework.biz.cmm.mapper;
import egovframework.rte.psl.dataaccess.mapper.Mapper; import org.egovframe.rte.psl.dataaccess.mapper.Mapper;
@Mapper @Mapper
public interface XitLoginMapper { public interface XitLoginMapper {

@ -3,7 +3,7 @@ package kr.xit.framework.biz.cmm.mapper;
import java.sql.SQLException; import java.sql.SQLException;
import java.util.List; import java.util.List;
import egovframework.rte.psl.dataaccess.mapper.Mapper; import org.egovframe.rte.psl.dataaccess.mapper.Mapper;
import kr.xit.framework.core.dto.XitMenuManageVO; import kr.xit.framework.core.dto.XitMenuManageVO;
/** /**

@ -4,7 +4,7 @@ import java.sql.SQLException;
import java.util.List; import java.util.List;
import java.util.Map; import java.util.Map;
import egovframework.rte.psl.dataaccess.mapper.Mapper; import org.egovframe.rte.psl.dataaccess.mapper.Mapper;
import kr.xit.framework.core.utils.XitMap; import kr.xit.framework.core.utils.XitMap;
@Mapper @Mapper

@ -3,7 +3,7 @@ package kr.xit.framework.biz.cmm.service;
import java.util.List; import java.util.List;
import java.util.Map; import java.util.Map;
import egovframework.rte.fdl.cmmn.exception.FdlException; import org.egovframe.rte.fdl.cmmn.exception.FdlException;
import kr.xit.framework.biz.cmm.dto.XitBbsVO; import kr.xit.framework.biz.cmm.dto.XitBbsVO;
import kr.xit.framework.biz.mng.user.dto.XitUserInfoVO; import kr.xit.framework.biz.mng.user.dto.XitUserInfoVO;
import kr.xit.framework.biz.cmm.dto.XitLoginVO; import kr.xit.framework.biz.cmm.dto.XitLoginVO;

@ -9,9 +9,9 @@ import javax.annotation.Resource;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Service;
import egovframework.rte.fdl.cmmn.exception.FdlException; import org.egovframe.rte.fdl.cmmn.exception.FdlException;
import egovframework.rte.fdl.idgnr.EgovIdGnrService; import org.egovframe.rte.fdl.idgnr.EgovIdGnrService;
import egovframework.rte.fdl.security.intercept.EgovReloadableFilterInvocationSecurityMetadataSource; import org.egovframe.rte.fdl.security.intercept.EgovReloadableFilterInvocationSecurityMetadataSource;
import kr.xit.framework.biz.cache.util.CacheServiceUtils; import kr.xit.framework.biz.cache.util.CacheServiceUtils;
import lombok.extern.slf4j.Slf4j; import lombok.extern.slf4j.Slf4j;
import kr.xit.framework.biz.cmm.mapper.XitFrameUnitMapper; import kr.xit.framework.biz.cmm.mapper.XitFrameUnitMapper;

@ -5,8 +5,8 @@ import java.sql.SQLException;
import javax.sql.DataSource; import javax.sql.DataSource;
import egovframework.rte.fdl.security.userdetails.EgovUserDetails; import org.egovframe.rte.fdl.security.userdetails.EgovUserDetails;
import egovframework.rte.fdl.security.userdetails.jdbc.EgovUsersByUsernameMapping; import org.egovframe.rte.fdl.security.userdetails.jdbc.EgovUsersByUsernameMapping;
import kr.xit.framework.biz.cmm.dto.XitLoginVO; import kr.xit.framework.biz.cmm.dto.XitLoginVO;
/** /**

@ -10,7 +10,7 @@ import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.ModelAttribute; import org.springframework.web.bind.annotation.ModelAttribute;
import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestMapping;
import egovframework.rte.ptl.mvc.tags.ui.pagination.PaginationInfo; import org.egovframe.rte.ptl.mvc.tags.ui.pagination.PaginationInfo;
import kr.xit.framework.biz.cmm.service.XitFramePopupService; import kr.xit.framework.biz.cmm.service.XitFramePopupService;
import kr.xit.framework.core.constants.FrameworkConstants; import kr.xit.framework.core.constants.FrameworkConstants;
import kr.xit.framework.core.constants.FrameworkConstants.TILES_TYPE; import kr.xit.framework.core.constants.FrameworkConstants.TILES_TYPE;

@ -9,7 +9,7 @@ import org.springframework.web.bind.annotation.ModelAttribute;
import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod; import org.springframework.web.bind.annotation.RequestMethod;
import egovframework.rte.ptl.mvc.tags.ui.pagination.PaginationInfo; import org.egovframe.rte.ptl.mvc.tags.ui.pagination.PaginationInfo;
import kr.xit.framework.biz.cmm.service.XitFramePopupService; import kr.xit.framework.biz.cmm.service.XitFramePopupService;
import kr.xit.framework.core.constants.FrameworkConstants; import kr.xit.framework.core.constants.FrameworkConstants;
import kr.xit.framework.core.constants.FrameworkConstants.TILES_TYPE; import kr.xit.framework.core.constants.FrameworkConstants.TILES_TYPE;

@ -31,8 +31,8 @@ import org.springframework.web.bind.annotation.ResponseBody;
import org.springframework.web.context.support.WebApplicationContextUtils; import org.springframework.web.context.support.WebApplicationContextUtils;
import org.springframework.web.servlet.ModelAndView; import org.springframework.web.servlet.ModelAndView;
import egovframework.rte.fdl.security.config.SecurityConfig; import org.egovframe.rte.fdl.security.config.SecurityConfig;
import egovframework.rte.fdl.security.userdetails.util.EgovUserDetailsHelper; import org.egovframe.rte.fdl.security.userdetails.util.EgovUserDetailsHelper;
import kr.xit.framework.biz.cmm.dto.XitLoginVO; import kr.xit.framework.biz.cmm.dto.XitLoginVO;
import kr.xit.framework.biz.cmm.service.XitFrameCrudService; import kr.xit.framework.biz.cmm.service.XitFrameCrudService;
import kr.xit.framework.biz.cmm.service.XitLoginService; import kr.xit.framework.biz.cmm.service.XitLoginService;

@ -12,7 +12,7 @@ import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.bind.annotation.RequestParam; import org.springframework.web.bind.annotation.RequestParam;
import org.springframework.web.servlet.ModelAndView; import org.springframework.web.servlet.ModelAndView;
import egovframework.rte.fdl.security.userdetails.util.EgovUserDetailsHelper; import org.egovframe.rte.fdl.security.userdetails.util.EgovUserDetailsHelper;
import kr.xit.framework.biz.cache.util.CacheServiceUtils; import kr.xit.framework.biz.cache.util.CacheServiceUtils;
import kr.xit.framework.biz.cmm.dto.XitLoginVO; import kr.xit.framework.biz.cmm.dto.XitLoginVO;
import kr.xit.framework.biz.cmm.service.XitMainService; import kr.xit.framework.biz.cmm.service.XitMainService;

@ -28,7 +28,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestParam; import org.springframework.web.bind.annotation.RequestParam;
import org.springframework.web.bind.annotation.ResponseBody; import org.springframework.web.bind.annotation.ResponseBody;
import egovframework.rte.fdl.security.userdetails.util.EgovUserDetailsHelper; import org.egovframe.rte.fdl.security.userdetails.util.EgovUserDetailsHelper;
import kr.xit.framework.biz.mng.user.dto.XitUserInfoVO; import kr.xit.framework.biz.mng.user.dto.XitUserInfoVO;
import kr.xit.framework.biz.cmm.service.XitFrameCrudService; import kr.xit.framework.biz.cmm.service.XitFrameCrudService;
import kr.xit.framework.biz.cmm.service.XitTestService; import kr.xit.framework.biz.cmm.service.XitTestService;

@ -5,7 +5,7 @@ import java.util.LinkedHashMap;
import java.util.List; import java.util.List;
import java.util.Map; import java.util.Map;
import egovframework.rte.psl.dataaccess.mapper.Mapper; import org.egovframe.rte.psl.dataaccess.mapper.Mapper;
/** /**
* *

@ -3,7 +3,7 @@ package kr.xit.framework.biz.mng.admin.mapper;
import java.sql.SQLException; import java.sql.SQLException;
import java.util.List; import java.util.List;
import egovframework.rte.psl.dataaccess.mapper.Mapper; import org.egovframe.rte.psl.dataaccess.mapper.Mapper;
import kr.xit.framework.biz.mng.admin.dto.XitConectionLogMngSearchVO; import kr.xit.framework.biz.mng.admin.dto.XitConectionLogMngSearchVO;
import kr.xit.framework.biz.mng.admin.dto.XitConectionLogMngVO; import kr.xit.framework.biz.mng.admin.dto.XitConectionLogMngVO;

@ -3,7 +3,7 @@ package kr.xit.framework.biz.mng.admin.mapper;
import java.sql.SQLException; import java.sql.SQLException;
import java.util.List; import java.util.List;
import egovframework.rte.psl.dataaccess.mapper.Mapper; import org.egovframe.rte.psl.dataaccess.mapper.Mapper;
import kr.xit.framework.biz.mng.admin.dto.XitConectionStatsMngSearchVO; import kr.xit.framework.biz.mng.admin.dto.XitConectionStatsMngSearchVO;
import kr.xit.framework.biz.mng.admin.dto.XitConectionStatsMngVO; import kr.xit.framework.biz.mng.admin.dto.XitConectionStatsMngVO;

@ -32,7 +32,7 @@ import org.springframework.web.bind.annotation.RequestParam;
import org.springframework.web.bind.annotation.ResponseBody; import org.springframework.web.bind.annotation.ResponseBody;
import org.springframework.web.bind.support.SessionStatus; import org.springframework.web.bind.support.SessionStatus;
import egovframework.rte.ptl.mvc.tags.ui.pagination.PaginationInfo; import org.egovframe.rte.ptl.mvc.tags.ui.pagination.PaginationInfo;
import kr.xit.framework.biz.mng.admin.dto.XitAdminDbMngSearchVO; import kr.xit.framework.biz.mng.admin.dto.XitAdminDbMngSearchVO;
import kr.xit.framework.biz.mng.admin.service.XitAdminDbMngService; import kr.xit.framework.biz.mng.admin.service.XitAdminDbMngService;
import kr.xit.framework.core.constants.FrameworkConstants; import kr.xit.framework.core.constants.FrameworkConstants;

@ -20,8 +20,8 @@ import org.springframework.web.bind.annotation.RequestParam;
import org.springframework.web.bind.annotation.ResponseBody; import org.springframework.web.bind.annotation.ResponseBody;
import org.springframework.web.bind.support.SessionStatus; import org.springframework.web.bind.support.SessionStatus;
import egovframework.rte.fdl.security.userdetails.util.EgovUserDetailsHelper; import org.egovframe.rte.fdl.security.userdetails.util.EgovUserDetailsHelper;
import egovframework.rte.ptl.mvc.tags.ui.pagination.PaginationInfo; import org.egovframe.rte.ptl.mvc.tags.ui.pagination.PaginationInfo;
import kr.xit.framework.biz.cmm.service.XitFrameCodeService; import kr.xit.framework.biz.cmm.service.XitFrameCodeService;
import kr.xit.framework.biz.cmm.dto.XitLoginVO; import kr.xit.framework.biz.cmm.dto.XitLoginVO;
import kr.xit.framework.biz.mng.admin.dto.XitConectionLogMngVO; import kr.xit.framework.biz.mng.admin.dto.XitConectionLogMngVO;

@ -13,7 +13,7 @@ import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.bind.annotation.RequestParam; import org.springframework.web.bind.annotation.RequestParam;
import org.springframework.web.bind.annotation.ResponseBody; import org.springframework.web.bind.annotation.ResponseBody;
import egovframework.rte.ptl.mvc.tags.ui.pagination.PaginationInfo; import org.egovframe.rte.ptl.mvc.tags.ui.pagination.PaginationInfo;
import kr.xit.framework.biz.cmm.service.XitFrameCodeService; import kr.xit.framework.biz.cmm.service.XitFrameCodeService;
import kr.xit.framework.biz.mng.admin.dto.XitConectionStatsMngSearchVO; import kr.xit.framework.biz.mng.admin.dto.XitConectionStatsMngSearchVO;
import kr.xit.framework.biz.mng.admin.dto.XitConectionStatsMngVO; import kr.xit.framework.biz.mng.admin.dto.XitConectionStatsMngVO;

@ -5,7 +5,7 @@ import java.util.Map;
import org.apache.ibatis.session.RowBounds; import org.apache.ibatis.session.RowBounds;
import egovframework.rte.psl.dataaccess.mapper.Mapper; import org.egovframe.rte.psl.dataaccess.mapper.Mapper;
import kr.xit.framework.biz.mng.auth.dto.XitAuthorInfoVO; import kr.xit.framework.biz.mng.auth.dto.XitAuthorInfoVO;
import kr.xit.framework.biz.mng.auth.dto.XitRoleInfoVO; import kr.xit.framework.biz.mng.auth.dto.XitRoleInfoVO;
import kr.xit.framework.biz.mng.auth.dto.XitRoleSclsrtRescueVO; import kr.xit.framework.biz.mng.auth.dto.XitRoleSclsrtRescueVO;

@ -5,7 +5,7 @@ import java.util.Map;
import org.apache.ibatis.session.RowBounds; import org.apache.ibatis.session.RowBounds;
import egovframework.rte.psl.dataaccess.mapper.Mapper; import org.egovframe.rte.psl.dataaccess.mapper.Mapper;
import kr.xit.framework.biz.mng.auth.dto.XitAuthUsrMngVO; import kr.xit.framework.biz.mng.auth.dto.XitAuthUsrMngVO;
/** /**

@ -5,7 +5,7 @@ import java.util.Map;
import org.apache.ibatis.session.RowBounds; import org.apache.ibatis.session.RowBounds;
import egovframework.rte.psl.dataaccess.mapper.Mapper; import org.egovframe.rte.psl.dataaccess.mapper.Mapper;
import kr.xit.framework.biz.mng.auth.dto.XitAuthorGroupInfoVO; import kr.xit.framework.biz.mng.auth.dto.XitAuthorGroupInfoVO;
/** /**

@ -5,7 +5,7 @@ import java.util.Map;
import org.apache.ibatis.session.RowBounds; import org.apache.ibatis.session.RowBounds;
import egovframework.rte.psl.dataaccess.mapper.Mapper; import org.egovframe.rte.psl.dataaccess.mapper.Mapper;
import kr.xit.framework.biz.mng.auth.dto.XitAuthHierarchyMngVO; import kr.xit.framework.biz.mng.auth.dto.XitAuthHierarchyMngVO;
/** /**

@ -5,7 +5,7 @@ import java.util.Map;
import org.apache.ibatis.session.RowBounds; import org.apache.ibatis.session.RowBounds;
import egovframework.rte.psl.dataaccess.mapper.Mapper; import org.egovframe.rte.psl.dataaccess.mapper.Mapper;
import kr.xit.framework.biz.mng.auth.dto.XitRoleInfoVO; import kr.xit.framework.biz.mng.auth.dto.XitRoleInfoVO;
/** /**

@ -3,7 +3,7 @@ package kr.xit.framework.biz.mng.auth.mapper;
import java.sql.SQLException; import java.sql.SQLException;
import java.util.List; import java.util.List;
import egovframework.rte.psl.dataaccess.mapper.Mapper; import org.egovframe.rte.psl.dataaccess.mapper.Mapper;
import kr.xit.framework.biz.mng.auth.dto.XitLoginPolicyMngSearchVO; import kr.xit.framework.biz.mng.auth.dto.XitLoginPolicyMngSearchVO;
import kr.xit.framework.biz.mng.auth.dto.XitLoginPolicyMngVO; import kr.xit.framework.biz.mng.auth.dto.XitLoginPolicyMngVO;

@ -8,8 +8,8 @@ import org.springframework.beans.factory.annotation.Qualifier;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional; import org.springframework.transaction.annotation.Transactional;
import egovframework.rte.fdl.cmmn.exception.FdlException; import org.egovframe.rte.fdl.cmmn.exception.FdlException;
import egovframework.rte.fdl.idgnr.EgovIdGnrService; import org.egovframe.rte.fdl.idgnr.EgovIdGnrService;
import kr.xit.framework.biz.mng.auth.mapper.IAuthAuthorMgtMapper; import kr.xit.framework.biz.mng.auth.mapper.IAuthAuthorMgtMapper;
import kr.xit.framework.biz.mng.auth.mapper.IAuthGrpMgtMapper; import kr.xit.framework.biz.mng.auth.mapper.IAuthGrpMgtMapper;
import kr.xit.framework.biz.mng.auth.dto.XitAuthorGroupInfoVO; import kr.xit.framework.biz.mng.auth.dto.XitAuthorGroupInfoVO;

@ -8,8 +8,8 @@ import org.springframework.beans.factory.annotation.Qualifier;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional; import org.springframework.transaction.annotation.Transactional;
import egovframework.rte.fdl.cmmn.exception.FdlException; import org.egovframe.rte.fdl.cmmn.exception.FdlException;
import egovframework.rte.fdl.idgnr.EgovIdGnrService; import org.egovframe.rte.fdl.idgnr.EgovIdGnrService;
import kr.xit.framework.biz.mng.auth.mapper.IAuthRoleMgtMapper; import kr.xit.framework.biz.mng.auth.mapper.IAuthRoleMgtMapper;
import kr.xit.framework.biz.mng.auth.dto.XitRoleInfoVO; import kr.xit.framework.biz.mng.auth.dto.XitRoleInfoVO;
import kr.xit.framework.support.exception.BizRuntimeException; import kr.xit.framework.support.exception.BizRuntimeException;

@ -16,8 +16,8 @@ import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestParam; import org.springframework.web.bind.annotation.RequestParam;
import org.springframework.web.servlet.ModelAndView; import org.springframework.web.servlet.ModelAndView;
import egovframework.rte.fdl.security.securedobject.EgovSecuredObjectService; import org.egovframe.rte.fdl.security.securedobject.EgovSecuredObjectService;
import egovframework.rte.fdl.security.userdetails.jdbc.EgovJdbcUserDetailsManager; import org.egovframe.rte.fdl.security.userdetails.jdbc.EgovJdbcUserDetailsManager;
import kr.xit.framework.biz.mng.auth.dto.XitAuthHierarchyMngVO; import kr.xit.framework.biz.mng.auth.dto.XitAuthHierarchyMngVO;
import kr.xit.framework.biz.mng.auth.dto.XitAuthorInfoVO; import kr.xit.framework.biz.mng.auth.dto.XitAuthorInfoVO;
import kr.xit.framework.biz.mng.auth.service.IAuthAuthorMgtService; import kr.xit.framework.biz.mng.auth.service.IAuthAuthorMgtService;

@ -20,8 +20,8 @@ import org.springframework.web.bind.annotation.RequestParam;
import org.springframework.web.bind.annotation.ResponseBody; import org.springframework.web.bind.annotation.ResponseBody;
import org.springframework.web.bind.support.SessionStatus; import org.springframework.web.bind.support.SessionStatus;
import egovframework.rte.fdl.security.userdetails.util.EgovUserDetailsHelper; import org.egovframe.rte.fdl.security.userdetails.util.EgovUserDetailsHelper;
import egovframework.rte.ptl.mvc.tags.ui.pagination.PaginationInfo; import org.egovframe.rte.ptl.mvc.tags.ui.pagination.PaginationInfo;
import kr.xit.framework.biz.cmm.dto.XitLoginVO; import kr.xit.framework.biz.cmm.dto.XitLoginVO;
import kr.xit.framework.biz.mng.auth.dto.XitLoginPolicyMngSearchVO; import kr.xit.framework.biz.mng.auth.dto.XitLoginPolicyMngSearchVO;
import kr.xit.framework.biz.mng.auth.dto.XitLoginPolicyMngVO; import kr.xit.framework.biz.mng.auth.dto.XitLoginPolicyMngVO;

@ -3,7 +3,7 @@ package kr.xit.framework.biz.mng.batch.mapper;
import java.sql.SQLException; import java.sql.SQLException;
import java.util.List; import java.util.List;
import egovframework.rte.psl.dataaccess.mapper.Mapper; import org.egovframe.rte.psl.dataaccess.mapper.Mapper;
import kr.xit.framework.biz.mng.batch.dto.XitBatchRegMngSearchVO; import kr.xit.framework.biz.mng.batch.dto.XitBatchRegMngSearchVO;
import kr.xit.framework.biz.mng.batch.dto.XitBatchRegMngVO; import kr.xit.framework.biz.mng.batch.dto.XitBatchRegMngVO;

@ -3,7 +3,7 @@ package kr.xit.framework.biz.mng.batch.mapper;
import java.sql.SQLException; import java.sql.SQLException;
import java.util.List; import java.util.List;
import egovframework.rte.psl.dataaccess.mapper.Mapper; import org.egovframe.rte.psl.dataaccess.mapper.Mapper;
import kr.xit.framework.biz.mng.batch.dto.XitBatchResultMngSearchVO; import kr.xit.framework.biz.mng.batch.dto.XitBatchResultMngSearchVO;
import kr.xit.framework.biz.mng.batch.dto.XitBatchResultMngVO; import kr.xit.framework.biz.mng.batch.dto.XitBatchResultMngVO;

@ -3,7 +3,7 @@ package kr.xit.framework.biz.mng.batch.mapper;
import java.sql.SQLException; import java.sql.SQLException;
import java.util.List; import java.util.List;
import egovframework.rte.psl.dataaccess.mapper.Mapper; import org.egovframe.rte.psl.dataaccess.mapper.Mapper;
import kr.xit.framework.biz.mng.batch.dto.XitBatchScheduleMngSearchVO; import kr.xit.framework.biz.mng.batch.dto.XitBatchScheduleMngSearchVO;
import kr.xit.framework.biz.mng.batch.dto.XitBatchScheduleMngVO; import kr.xit.framework.biz.mng.batch.dto.XitBatchScheduleMngVO;
import kr.xit.framework.biz.mng.batch.dto.XitBatchScheduleDayOfWeekVO; import kr.xit.framework.biz.mng.batch.dto.XitBatchScheduleDayOfWeekVO;

@ -11,8 +11,8 @@ import org.quartz.JobListener;
import org.slf4j.Logger; import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;
import egovframework.rte.fdl.cmmn.exception.FdlException; import org.egovframe.rte.fdl.cmmn.exception.FdlException;
import egovframework.rte.fdl.idgnr.EgovIdGnrService; import org.egovframe.rte.fdl.idgnr.EgovIdGnrService;
import kr.xit.framework.biz.mng.batch.dto.XitBatchResultMngVO; import kr.xit.framework.biz.mng.batch.dto.XitBatchResultMngVO;
/** /**

@ -15,7 +15,7 @@ import org.quartz.SchedulerFactory;
import org.slf4j.Logger; import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;
import egovframework.rte.fdl.idgnr.EgovIdGnrService; import org.egovframe.rte.fdl.idgnr.EgovIdGnrService;
import kr.xit.framework.biz.mng.batch.validator.BatchOpertSe; import kr.xit.framework.biz.mng.batch.validator.BatchOpertSe;
import kr.xit.framework.biz.mng.batch.dto.XitBatchScheduleMngSearchVO; import kr.xit.framework.biz.mng.batch.dto.XitBatchScheduleMngSearchVO;
import kr.xit.framework.biz.mng.batch.dto.XitBatchScheduleMngVO; import kr.xit.framework.biz.mng.batch.dto.XitBatchScheduleMngVO;

@ -7,8 +7,8 @@ import javax.annotation.Resource;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Service;
import egovframework.rte.fdl.cmmn.exception.FdlException; import org.egovframe.rte.fdl.cmmn.exception.FdlException;
import egovframework.rte.fdl.idgnr.EgovIdGnrService; import org.egovframe.rte.fdl.idgnr.EgovIdGnrService;
import kr.xit.framework.biz.cmm.dto.XitComtnbatchopertVO; import kr.xit.framework.biz.cmm.dto.XitComtnbatchopertVO;
import kr.xit.framework.biz.cmm.service.XitFrameCrudService; import kr.xit.framework.biz.cmm.service.XitFrameCrudService;
import kr.xit.framework.biz.mng.batch.mapper.XitBatchRegMngMapper; import kr.xit.framework.biz.mng.batch.mapper.XitBatchRegMngMapper;

@ -7,8 +7,8 @@ import javax.annotation.Resource;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Service;
import egovframework.rte.fdl.cmmn.exception.FdlException; import org.egovframe.rte.fdl.cmmn.exception.FdlException;
import egovframework.rte.fdl.idgnr.EgovIdGnrService; import org.egovframe.rte.fdl.idgnr.EgovIdGnrService;
import kr.xit.framework.biz.cmm.dto.XitComtnbatchschdulVO; import kr.xit.framework.biz.cmm.dto.XitComtnbatchschdulVO;
import kr.xit.framework.biz.cmm.dto.XitComtnbatchschduldfkVO; import kr.xit.framework.biz.cmm.dto.XitComtnbatchschduldfkVO;
import kr.xit.framework.biz.cmm.service.XitFrameCrudService; import kr.xit.framework.biz.cmm.service.XitFrameCrudService;

@ -23,8 +23,8 @@ import org.springframework.web.bind.annotation.RequestParam;
import org.springframework.web.bind.annotation.ResponseBody; import org.springframework.web.bind.annotation.ResponseBody;
import org.springframework.web.bind.support.SessionStatus; import org.springframework.web.bind.support.SessionStatus;
import egovframework.rte.fdl.security.userdetails.util.EgovUserDetailsHelper; import org.egovframe.rte.fdl.security.userdetails.util.EgovUserDetailsHelper;
import egovframework.rte.ptl.mvc.tags.ui.pagination.PaginationInfo; import org.egovframe.rte.ptl.mvc.tags.ui.pagination.PaginationInfo;
import kr.xit.framework.biz.cmm.service.XitFrameCodeService; import kr.xit.framework.biz.cmm.service.XitFrameCodeService;
import kr.xit.framework.biz.cmm.dto.XitLoginVO; import kr.xit.framework.biz.cmm.dto.XitLoginVO;
import kr.xit.framework.biz.mng.batch.validator.BatchOpertSe; import kr.xit.framework.biz.mng.batch.validator.BatchOpertSe;

@ -22,8 +22,8 @@ import org.springframework.web.bind.annotation.RequestParam;
import org.springframework.web.bind.annotation.ResponseBody; import org.springframework.web.bind.annotation.ResponseBody;
import org.springframework.web.bind.support.SessionStatus; import org.springframework.web.bind.support.SessionStatus;
import egovframework.rte.fdl.security.userdetails.util.EgovUserDetailsHelper; import org.egovframe.rte.fdl.security.userdetails.util.EgovUserDetailsHelper;
import egovframework.rte.ptl.mvc.tags.ui.pagination.PaginationInfo; import org.egovframe.rte.ptl.mvc.tags.ui.pagination.PaginationInfo;
import kr.xit.framework.biz.cmm.service.XitFrameCodeService; import kr.xit.framework.biz.cmm.service.XitFrameCodeService;
import kr.xit.framework.biz.cmm.dto.XitLoginVO; import kr.xit.framework.biz.cmm.dto.XitLoginVO;
import kr.xit.framework.biz.mng.batch.dto.XitBatchResultMngVO; import kr.xit.framework.biz.mng.batch.dto.XitBatchResultMngVO;

@ -24,8 +24,8 @@ import org.springframework.web.bind.annotation.RequestParam;
import org.springframework.web.bind.annotation.ResponseBody; import org.springframework.web.bind.annotation.ResponseBody;
import org.springframework.web.bind.support.SessionStatus; import org.springframework.web.bind.support.SessionStatus;
import egovframework.rte.fdl.security.userdetails.util.EgovUserDetailsHelper; import org.egovframe.rte.fdl.security.userdetails.util.EgovUserDetailsHelper;
import egovframework.rte.ptl.mvc.tags.ui.pagination.PaginationInfo; import org.egovframe.rte.ptl.mvc.tags.ui.pagination.PaginationInfo;
import kr.xit.framework.biz.cmm.service.XitFrameCodeService; import kr.xit.framework.biz.cmm.service.XitFrameCodeService;
import kr.xit.framework.biz.cmm.dto.XitLoginVO; import kr.xit.framework.biz.cmm.dto.XitLoginVO;
import kr.xit.framework.biz.mng.batch.dto.XitBatchScheduleMngSearchVO; import kr.xit.framework.biz.mng.batch.dto.XitBatchScheduleMngSearchVO;

@ -1,6 +1,6 @@
package kr.xit.framework.biz.mng.bbs.mapper; package kr.xit.framework.biz.mng.bbs.mapper;
import egovframework.rte.psl.dataaccess.mapper.Mapper; import org.egovframe.rte.psl.dataaccess.mapper.Mapper;
import kr.xit.framework.biz.mng.bbs.dto.XitBasicBbsMngVO; import kr.xit.framework.biz.mng.bbs.dto.XitBasicBbsMngVO;
import org.apache.ibatis.session.RowBounds; import org.apache.ibatis.session.RowBounds;

@ -5,7 +5,7 @@ import java.util.Map;
import org.apache.ibatis.session.RowBounds; import org.apache.ibatis.session.RowBounds;
import egovframework.rte.psl.dataaccess.mapper.Mapper; import org.egovframe.rte.psl.dataaccess.mapper.Mapper;
import kr.xit.framework.biz.mng.bbs.dto.XitBbsCreateMngVO; import kr.xit.framework.biz.mng.bbs.dto.XitBbsCreateMngVO;
/** /**

@ -5,7 +5,7 @@ import java.util.Map;
import org.apache.ibatis.session.RowBounds; import org.apache.ibatis.session.RowBounds;
import egovframework.rte.psl.dataaccess.mapper.Mapper; import org.egovframe.rte.psl.dataaccess.mapper.Mapper;
import kr.xit.framework.biz.mng.bbs.dto.XitBbsTmplateMngVO; import kr.xit.framework.biz.mng.bbs.dto.XitBbsTmplateMngVO;
/** /**

@ -5,7 +5,7 @@ import java.util.Map;
import org.apache.ibatis.session.RowBounds; import org.apache.ibatis.session.RowBounds;
import egovframework.rte.psl.dataaccess.mapper.Mapper; import org.egovframe.rte.psl.dataaccess.mapper.Mapper;
import kr.xit.framework.biz.mng.bbs.dto.XitBbsUseMngVO; import kr.xit.framework.biz.mng.bbs.dto.XitBbsUseMngVO;
/** /**

@ -4,7 +4,7 @@ import java.sql.SQLException;
import java.util.List; import java.util.List;
import java.util.Map; import java.util.Map;
import egovframework.rte.psl.dataaccess.mapper.Mapper; import org.egovframe.rte.psl.dataaccess.mapper.Mapper;
import kr.xit.framework.biz.mng.bbs.dto.XitBasicBbsMngSearchVO; import kr.xit.framework.biz.mng.bbs.dto.XitBasicBbsMngSearchVO;
import kr.xit.framework.biz.mng.bbs.dto.XitBasicBbsMngVO; import kr.xit.framework.biz.mng.bbs.dto.XitBasicBbsMngVO;

@ -3,7 +3,7 @@ package kr.xit.framework.biz.mng.bbs.mapper;
import java.sql.SQLException; import java.sql.SQLException;
import java.util.List; import java.util.List;
import egovframework.rte.psl.dataaccess.mapper.Mapper; import org.egovframe.rte.psl.dataaccess.mapper.Mapper;
import kr.xit.framework.biz.mng.bbs.dto.XitBbsCreateMngSearchVO; import kr.xit.framework.biz.mng.bbs.dto.XitBbsCreateMngSearchVO;
import kr.xit.framework.biz.mng.bbs.dto.XitBbsCreateMngVO; import kr.xit.framework.biz.mng.bbs.dto.XitBbsCreateMngVO;

@ -3,7 +3,7 @@ package kr.xit.framework.biz.mng.bbs.mapper;
import java.sql.SQLException; import java.sql.SQLException;
import java.util.List; import java.util.List;
import egovframework.rte.psl.dataaccess.mapper.Mapper; import org.egovframe.rte.psl.dataaccess.mapper.Mapper;
import kr.xit.framework.biz.mng.bbs.dto.XitBbsTmplateMngVO; import kr.xit.framework.biz.mng.bbs.dto.XitBbsTmplateMngVO;
import kr.xit.framework.biz.mng.bbs.dto.XitBbsTmplateMngSearchVO; import kr.xit.framework.biz.mng.bbs.dto.XitBbsTmplateMngSearchVO;

@ -3,7 +3,7 @@ package kr.xit.framework.biz.mng.bbs.mapper;
import java.sql.SQLException; import java.sql.SQLException;
import java.util.List; import java.util.List;
import egovframework.rte.psl.dataaccess.mapper.Mapper; import org.egovframe.rte.psl.dataaccess.mapper.Mapper;
import kr.xit.framework.biz.mng.bbs.dto.XitBbsUseMngSearchVO; import kr.xit.framework.biz.mng.bbs.dto.XitBbsUseMngSearchVO;
import kr.xit.framework.biz.mng.bbs.dto.XitBbsUseMngVO; import kr.xit.framework.biz.mng.bbs.dto.XitBbsUseMngVO;

@ -8,8 +8,8 @@ import org.springframework.beans.factory.annotation.Qualifier;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional; import org.springframework.transaction.annotation.Transactional;
import egovframework.rte.fdl.cmmn.exception.FdlException; import org.egovframe.rte.fdl.cmmn.exception.FdlException;
import egovframework.rte.fdl.idgnr.EgovIdGnrService; import org.egovframe.rte.fdl.idgnr.EgovIdGnrService;
import kr.xit.framework.biz.mng.bbs.mapper.IBoardTmplMgtMapper; import kr.xit.framework.biz.mng.bbs.mapper.IBoardTmplMgtMapper;
import kr.xit.framework.biz.mng.bbs.dto.XitBbsTmplateMngVO; import kr.xit.framework.biz.mng.bbs.dto.XitBbsTmplateMngVO;
import kr.xit.framework.support.exception.BizRuntimeException; import kr.xit.framework.support.exception.BizRuntimeException;

@ -7,8 +7,8 @@ import javax.annotation.Resource;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Service;
import egovframework.rte.fdl.cmmn.exception.FdlException; import org.egovframe.rte.fdl.cmmn.exception.FdlException;
import egovframework.rte.fdl.idgnr.EgovIdGnrService; import org.egovframe.rte.fdl.idgnr.EgovIdGnrService;
import kr.xit.framework.biz.cmm.dto.XitBbsMastrVO; import kr.xit.framework.biz.cmm.dto.XitBbsMastrVO;
import kr.xit.framework.biz.cmm.dto.XitBbsPrcuseVO; import kr.xit.framework.biz.cmm.dto.XitBbsPrcuseVO;
import kr.xit.framework.biz.cmm.service.XitFrameCrudService; import kr.xit.framework.biz.cmm.service.XitFrameCrudService;

@ -7,8 +7,8 @@ import javax.annotation.Resource;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Service;
import egovframework.rte.fdl.cmmn.exception.FdlException; import org.egovframe.rte.fdl.cmmn.exception.FdlException;
import egovframework.rte.fdl.idgnr.EgovIdGnrService; import org.egovframe.rte.fdl.idgnr.EgovIdGnrService;
import kr.xit.framework.biz.cmm.dto.XitTmplatInfoVO; import kr.xit.framework.biz.cmm.dto.XitTmplatInfoVO;
import kr.xit.framework.biz.cmm.service.XitFrameCrudService; import kr.xit.framework.biz.cmm.service.XitFrameCrudService;
import kr.xit.framework.biz.mng.bbs.mapper.XitBbsTmplateMngMapper; import kr.xit.framework.biz.mng.bbs.mapper.XitBbsTmplateMngMapper;

@ -25,8 +25,8 @@ import org.springframework.web.bind.annotation.RequestParam;
import org.springframework.web.bind.annotation.ResponseBody; import org.springframework.web.bind.annotation.ResponseBody;
import org.springframework.web.bind.support.SessionStatus; import org.springframework.web.bind.support.SessionStatus;
import egovframework.rte.fdl.security.userdetails.util.EgovUserDetailsHelper; import org.egovframe.rte.fdl.security.userdetails.util.EgovUserDetailsHelper;
import egovframework.rte.ptl.mvc.tags.ui.pagination.PaginationInfo; import org.egovframe.rte.ptl.mvc.tags.ui.pagination.PaginationInfo;
import kr.xit.framework.biz.cmm.service.XitFrameCodeService; import kr.xit.framework.biz.cmm.service.XitFrameCodeService;
import kr.xit.framework.biz.cmm.service.XitFrameCrudService; import kr.xit.framework.biz.cmm.service.XitFrameCrudService;
import kr.xit.framework.biz.cmm.service.XitFrameUnitService; import kr.xit.framework.biz.cmm.service.XitFrameUnitService;

@ -24,8 +24,8 @@ import org.springframework.web.bind.annotation.RequestParam;
import org.springframework.web.bind.annotation.ResponseBody; import org.springframework.web.bind.annotation.ResponseBody;
import org.springframework.web.bind.support.SessionStatus; import org.springframework.web.bind.support.SessionStatus;
import egovframework.rte.fdl.security.userdetails.util.EgovUserDetailsHelper; import org.egovframe.rte.fdl.security.userdetails.util.EgovUserDetailsHelper;
import egovframework.rte.ptl.mvc.tags.ui.pagination.PaginationInfo; import org.egovframe.rte.ptl.mvc.tags.ui.pagination.PaginationInfo;
import kr.xit.framework.biz.cmm.service.XitFrameCodeService; import kr.xit.framework.biz.cmm.service.XitFrameCodeService;
import kr.xit.framework.biz.cmm.dto.XitLoginVO; import kr.xit.framework.biz.cmm.dto.XitLoginVO;
import kr.xit.framework.biz.mng.bbs.service.XitBbsCreateMngService; import kr.xit.framework.biz.mng.bbs.service.XitBbsCreateMngService;

@ -22,8 +22,8 @@ import org.springframework.web.bind.annotation.RequestParam;
import org.springframework.web.bind.annotation.ResponseBody; import org.springframework.web.bind.annotation.ResponseBody;
import org.springframework.web.bind.support.SessionStatus; import org.springframework.web.bind.support.SessionStatus;
import egovframework.rte.fdl.security.userdetails.util.EgovUserDetailsHelper; import org.egovframe.rte.fdl.security.userdetails.util.EgovUserDetailsHelper;
import egovframework.rte.ptl.mvc.tags.ui.pagination.PaginationInfo; import org.egovframe.rte.ptl.mvc.tags.ui.pagination.PaginationInfo;
import kr.xit.framework.biz.cmm.service.XitFrameCodeService; import kr.xit.framework.biz.cmm.service.XitFrameCodeService;
import kr.xit.framework.biz.cmm.dto.XitLoginVO; import kr.xit.framework.biz.cmm.dto.XitLoginVO;
import kr.xit.framework.biz.mng.bbs.dto.XitBbsTmplateMngVO; import kr.xit.framework.biz.mng.bbs.dto.XitBbsTmplateMngVO;

@ -22,8 +22,8 @@ import org.springframework.web.bind.annotation.RequestParam;
import org.springframework.web.bind.annotation.ResponseBody; import org.springframework.web.bind.annotation.ResponseBody;
import org.springframework.web.bind.support.SessionStatus; import org.springframework.web.bind.support.SessionStatus;
import egovframework.rte.fdl.security.userdetails.util.EgovUserDetailsHelper; import org.egovframe.rte.fdl.security.userdetails.util.EgovUserDetailsHelper;
import egovframework.rte.ptl.mvc.tags.ui.pagination.PaginationInfo; import org.egovframe.rte.ptl.mvc.tags.ui.pagination.PaginationInfo;
import kr.xit.framework.biz.cmm.service.XitFrameCodeService; import kr.xit.framework.biz.cmm.service.XitFrameCodeService;
import kr.xit.framework.biz.cmm.dto.XitLoginVO; import kr.xit.framework.biz.cmm.dto.XitLoginVO;
import kr.xit.framework.biz.mng.bbs.dto.XitBbsUseMngSearchVO; import kr.xit.framework.biz.mng.bbs.dto.XitBbsUseMngSearchVO;

@ -5,7 +5,7 @@ import java.util.Map;
import org.apache.ibatis.session.RowBounds; import org.apache.ibatis.session.RowBounds;
import egovframework.rte.psl.dataaccess.mapper.Mapper; import org.egovframe.rte.psl.dataaccess.mapper.Mapper;
import kr.xit.framework.biz.mng.code.dto.XitClCodeMngVO; import kr.xit.framework.biz.mng.code.dto.XitClCodeMngVO;
@Mapper @Mapper

@ -5,7 +5,7 @@ import java.util.Map;
import org.apache.ibatis.session.RowBounds; import org.apache.ibatis.session.RowBounds;
import egovframework.rte.psl.dataaccess.mapper.Mapper; import org.egovframe.rte.psl.dataaccess.mapper.Mapper;
import kr.xit.framework.biz.mng.code.dto.XitDetailCodeMngVO; import kr.xit.framework.biz.mng.code.dto.XitDetailCodeMngVO;
@Mapper @Mapper

@ -5,7 +5,7 @@ import java.util.Map;
import org.apache.ibatis.session.RowBounds; import org.apache.ibatis.session.RowBounds;
import egovframework.rte.psl.dataaccess.mapper.Mapper; import org.egovframe.rte.psl.dataaccess.mapper.Mapper;
import kr.xit.framework.biz.mng.code.dto.XitCmmnCodeMngVO; import kr.xit.framework.biz.mng.code.dto.XitCmmnCodeMngVO;
@Mapper @Mapper

@ -5,7 +5,7 @@ import java.util.Map;
import org.apache.ibatis.session.RowBounds; import org.apache.ibatis.session.RowBounds;
import egovframework.rte.psl.dataaccess.mapper.Mapper; import org.egovframe.rte.psl.dataaccess.mapper.Mapper;
import kr.xit.framework.biz.mng.code.dto.XitZipCodeMngVO; import kr.xit.framework.biz.mng.code.dto.XitZipCodeMngVO;
/** /**

@ -8,7 +8,7 @@ import org.apache.ibatis.session.RowBounds;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional; import org.springframework.transaction.annotation.Transactional;
import egovframework.rte.fdl.excel.EgovExcelService; import org.egovframe.rte.fdl.excel.EgovExcelService;
import kr.xit.framework.biz.mng.code.mapper.IZipCodeMgtMapper; import kr.xit.framework.biz.mng.code.mapper.IZipCodeMgtMapper;
import kr.xit.framework.biz.mng.code.dto.XitZipCodeMngVO; import kr.xit.framework.biz.mng.code.dto.XitZipCodeMngVO;
import kr.xit.framework.support.exception.BizRuntimeException; import kr.xit.framework.support.exception.BizRuntimeException;

@ -2,7 +2,7 @@ package kr.xit.framework.biz.mng.menu.mapper;
import java.util.List; import java.util.List;
import egovframework.rte.psl.dataaccess.mapper.Mapper; import org.egovframe.rte.psl.dataaccess.mapper.Mapper;
import kr.xit.framework.biz.cmm.dto.XitMenuCreatDtlsVO; import kr.xit.framework.biz.cmm.dto.XitMenuCreatDtlsVO;
import kr.xit.framework.biz.mng.menu.dto.MenuCreateMngVO; import kr.xit.framework.biz.mng.menu.dto.MenuCreateMngVO;

@ -5,7 +5,7 @@ import java.util.List;
import org.apache.ibatis.session.RowBounds; import org.apache.ibatis.session.RowBounds;
import egovframework.rte.psl.dataaccess.mapper.Mapper; import org.egovframe.rte.psl.dataaccess.mapper.Mapper;
import kr.xit.framework.biz.mng.menu.dto.MenuCreateMngSearchVO; import kr.xit.framework.biz.mng.menu.dto.MenuCreateMngSearchVO;
import kr.xit.framework.biz.mng.menu.dto.MenuCreateMngVO; import kr.xit.framework.biz.mng.menu.dto.MenuCreateMngVO;
import kr.xit.framework.biz.mng.menu.dto.XitMenuInfoVO; import kr.xit.framework.biz.mng.menu.dto.XitMenuInfoVO;

@ -4,7 +4,7 @@ import java.util.List;
import org.apache.ibatis.session.RowBounds; import org.apache.ibatis.session.RowBounds;
import egovframework.rte.psl.dataaccess.mapper.Mapper; import org.egovframe.rte.psl.dataaccess.mapper.Mapper;
import kr.xit.framework.biz.mng.menu.dto.ProgramMngVO; import kr.xit.framework.biz.mng.menu.dto.ProgramMngVO;
@Mapper @Mapper

@ -13,7 +13,7 @@ import org.springframework.beans.factory.annotation.Qualifier;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional; import org.springframework.transaction.annotation.Transactional;
import egovframework.rte.fdl.excel.EgovExcelService; import org.egovframe.rte.fdl.excel.EgovExcelService;
import kr.xit.framework.biz.cache.service.ICacheService; import kr.xit.framework.biz.cache.service.ICacheService;
import kr.xit.framework.biz.cmm.dto.ProgrmListVO; import kr.xit.framework.biz.cmm.dto.ProgrmListVO;
import kr.xit.framework.biz.mng.menu.mapper.IMenuMgtMapper; import kr.xit.framework.biz.mng.menu.mapper.IMenuMgtMapper;

@ -5,7 +5,7 @@ import java.util.Map;
import org.apache.ibatis.session.RowBounds; import org.apache.ibatis.session.RowBounds;
import egovframework.rte.psl.dataaccess.mapper.Mapper; import org.egovframe.rte.psl.dataaccess.mapper.Mapper;
import kr.xit.framework.biz.mng.user.dto.XitUserEtcOptionVO; import kr.xit.framework.biz.mng.user.dto.XitUserEtcOptionVO;
import kr.xit.framework.biz.mng.user.dto.XitUserInfoVO; import kr.xit.framework.biz.mng.user.dto.XitUserInfoVO;
import kr.xit.framework.biz.mng.user.dto.XitUserScrtySetupVO; import kr.xit.framework.biz.mng.user.dto.XitUserScrtySetupVO;

@ -3,7 +3,7 @@ package kr.xit.framework.biz.mng.user.mapper;
import java.sql.SQLException; import java.sql.SQLException;
import java.util.List; import java.util.List;
import egovframework.rte.psl.dataaccess.mapper.Mapper; import org.egovframe.rte.psl.dataaccess.mapper.Mapper;
import kr.xit.framework.biz.mng.user.dto.XitEntUserRegMngSearchVO; import kr.xit.framework.biz.mng.user.dto.XitEntUserRegMngSearchVO;
import kr.xit.framework.biz.mng.user.dto.XitEntUserRegMngVO; import kr.xit.framework.biz.mng.user.dto.XitEntUserRegMngVO;

@ -3,7 +3,7 @@ package kr.xit.framework.biz.mng.user.mapper;
import java.sql.SQLException; import java.sql.SQLException;
import java.util.List; import java.util.List;
import egovframework.rte.psl.dataaccess.mapper.Mapper; import org.egovframe.rte.psl.dataaccess.mapper.Mapper;
import kr.xit.framework.biz.mng.user.dto.XitGnrUserRegMngSearchVO; import kr.xit.framework.biz.mng.user.dto.XitGnrUserRegMngSearchVO;
import kr.xit.framework.biz.mng.user.dto.XitGnrUserRegMngVO; import kr.xit.framework.biz.mng.user.dto.XitGnrUserRegMngVO;

@ -3,7 +3,7 @@ package kr.xit.framework.biz.mng.user.mapper;
import java.sql.SQLException; import java.sql.SQLException;
import java.util.List; import java.util.List;
import egovframework.rte.psl.dataaccess.mapper.Mapper; import org.egovframe.rte.psl.dataaccess.mapper.Mapper;
import kr.xit.framework.biz.mng.user.dto.XitUserAbsntMngSearchVO; import kr.xit.framework.biz.mng.user.dto.XitUserAbsntMngSearchVO;
import kr.xit.framework.biz.mng.user.dto.XitUserAbsntMngVO; import kr.xit.framework.biz.mng.user.dto.XitUserAbsntMngVO;

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save