-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2feecb8
commit 36ac679
Showing
35 changed files
with
35 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1269,4 +1269,4 @@ src/main/resources/config/common/data.properties 파일의 xss.exclude.urls 속 | |
- Please contact us at <[email protected]> | ||
|
||
### License | ||
This software is licensed under the [Apache License v2.0](https://github.com/bbalganjjm/natural_js/blob/master/LICENSE) © KIM HWANG MAN<<[email protected]>> | ||
This software is licensed under the [Apache License v2.0](https://github.com/bbalganjjm/natural_js/blob/master/LICENSE) © Goldman Kim<<[email protected]>> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
import common.app.code.service.impl.CommonCodeServiceImpl;; | ||
|
||
/** | ||
* @author KIM HWANG MAN( [email protected] ) | ||
* @author Goldman Kim( [email protected] ) | ||
* @since 2018.12.05 | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
import org.apache.ibatis.annotations.Mapper; | ||
|
||
/** | ||
* @author KIM HWANG MAN( [email protected] ) | ||
* @author Goldman Kim( [email protected] ) | ||
* @since 2018.12.05 | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
import common.app.code.mappers.CommonCodeMapper;; | ||
|
||
/** | ||
* @author KIM HWANG MAN( [email protected] ) | ||
* @author Goldman Kim( [email protected] ) | ||
* @since 2018.12.05 | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,7 +35,7 @@ | |
/** | ||
* File Upload / Download Controller. | ||
* | ||
* @author KIM HWANG MAN<[email protected]> | ||
* @author Goldman Kim<[email protected]> | ||
* @since 2018.12.05 | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,7 +35,7 @@ | |
import common.utils.SecurityUtils; | ||
|
||
/** | ||
* @author KIM HWANG MAN( [email protected] ) | ||
* @author Goldman Kim( [email protected] ) | ||
* @since 2019.06.25 | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
import org.apache.ibatis.annotations.Mapper; | ||
|
||
/** | ||
* @author KIM HWANG MAN( [email protected] ) | ||
* @author Goldman Kim( [email protected] ) | ||
* @since 2018.12.05 | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
import java.util.Map; | ||
|
||
/** | ||
* @author KIM HWANG MAN( [email protected] ) | ||
* @author Goldman Kim( [email protected] ) | ||
* @since 2019.03.21 | ||
*/ | ||
public interface FileService { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
import org.springframework.web.multipart.MultipartHttpServletRequest; | ||
|
||
/** | ||
* @author KIM HWANG MAN( [email protected] ) | ||
* @author Goldman Kim( [email protected] ) | ||
* @since 2019.06.25 | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
import common.app.file.service.FileService; | ||
|
||
/** | ||
* @author KIM HWANG MAN( [email protected] ) | ||
* @author Goldman Kim( [email protected] ) | ||
* @since 2019.03.21 | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
import java.util.Map; | ||
|
||
/** | ||
* @author KIM HWANG MAN( [email protected] ) | ||
* @author Goldman Kim( [email protected] ) | ||
* @since 2018.12.05 | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
import common.app.sample.service.impl.SampleDeptServiceImpl; | ||
|
||
/** | ||
* @author KIM HWANG MAN( [email protected] ) | ||
* @author Goldman Kim( [email protected] ) | ||
* @since 2018.12.05 | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
import org.apache.ibatis.annotations.Mapper; | ||
|
||
/** | ||
* @author KIM HWANG MAN( [email protected] ) | ||
* @author Goldman Kim( [email protected] ) | ||
* @since 2018.12.05 | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
import org.apache.ibatis.annotations.Mapper; | ||
|
||
/** | ||
* @author KIM HWANG MAN( [email protected] ) | ||
* @author Goldman Kim( [email protected] ) | ||
* @since 2018.12.05 | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
import common.app.sample.mappers.SampleDeptMapper; | ||
|
||
/** | ||
* @author KIM HWANG MAN( [email protected] ) | ||
* @author Goldman Kim( [email protected] ) | ||
* @since 2018.12.05 | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
import java.util.Map; | ||
|
||
/** | ||
* @author KIM HWANG MAN( [email protected] ) | ||
* @author Goldman Kim( [email protected] ) | ||
* @since 2018.12.05 | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
import org.springframework.web.bind.annotation.RequestMapping; | ||
|
||
/** | ||
* @author KIM HWANG MAN( [email protected] ) | ||
* @author Goldman Kim( [email protected] ) | ||
* @since 2018.12.05 | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ | |
import java.util.Map; | ||
|
||
/** | ||
* @author KIM HWANG MAN( [email protected] ) | ||
* @author Goldman Kim( [email protected] ) | ||
* @since 2018.12.05 | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
import javax.sql.DataSource; | ||
|
||
/** | ||
* @author KIM HWANG MAN( [email protected] ) | ||
* @author Goldman Kim( [email protected] ) | ||
* @since 2020.11.25 | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
package common.config; | ||
|
||
/** | ||
* @author KIM HWANG MAN( [email protected] ) | ||
* @author Goldman Kim( [email protected] ) | ||
* @since 2020.11.25 | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
import org.springframework.web.servlet.support.RequestContextUtils; | ||
|
||
/** | ||
* @author KIM HWANG MAN( [email protected] ) | ||
* @author Goldman Kim( [email protected] ) | ||
* @since 2018.12.05 | ||
*/ | ||
public class BizException extends RuntimeException { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
import org.springframework.web.servlet.support.RequestContextUtils; | ||
|
||
/** | ||
* @author KIM HWANG MAN( [email protected] ) | ||
* @author Goldman Kim( [email protected] ) | ||
* @since 2018.12.05 | ||
*/ | ||
public class CommonException extends Exception { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
import org.springframework.web.servlet.ModelAndView; | ||
|
||
/** | ||
* @author KIM HWANG MAN( [email protected] ) | ||
* @author Goldman Kim( [email protected] ) | ||
* @since 2018.12.05 | ||
*/ | ||
public class ExceptionResolver implements HandlerExceptionResolver { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
import jakarta.servlet.http.HttpServletRequest; | ||
|
||
/** | ||
* @author KIM HWANG MAN( [email protected] ) | ||
* @author Goldman Kim( [email protected] ) | ||
* @since 2018.12.05 | ||
*/ | ||
public class XSSFilter implements Filter { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
import common.utils.SecurityUtils; | ||
|
||
/** | ||
* @author KIM HWANG MAN( [email protected] ) | ||
* @author Goldman Kim( [email protected] ) | ||
* @since 2018.12.05 | ||
*/ | ||
public final class XSSFilterRequestWrapper extends HttpServletRequestWrapper { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
import java.lang.invoke.MethodHandles; | ||
|
||
/** | ||
* @author KIM HWANG MAN( [email protected] ) | ||
* @author Goldman Kim( [email protected] ) | ||
* @since 2018.12.05 | ||
*/ | ||
public class PermissionCheckInterceptor implements HandlerInterceptor { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ | |
import common.utils.MaskingUtils; | ||
|
||
/** | ||
* @author KIM HWANG MAN( [email protected] ) | ||
* @author Goldman Kim( [email protected] ) | ||
* @since 2018.12.05 | ||
*/ | ||
@Component | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ | |
import common.exception.CommonException; | ||
|
||
/** | ||
* @author KIM HWANG MAN( [email protected] ) | ||
* @author Goldman Kim( [email protected] ) | ||
* @since 2018.12.05 | ||
*/ | ||
@Component | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,7 +52,7 @@ | |
import common.utils.SecurityUtils; | ||
|
||
/** | ||
* @author KIM HWANG MAN( [email protected] ) | ||
* @author Goldman Kim( [email protected] ) | ||
* @since 2018.12.05 | ||
* | ||
* 엑셀 파일로 목록 데이터 조회 시 List 객체에 담지않고 엑셀파일(xlsx)을 바로 생성(대용량 데이터 조회 시 Heap Memory Full 방지). | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
import com.fasterxml.jackson.databind.ObjectMapper; | ||
|
||
/** | ||
* @author KIM HWANG MAN( [email protected] ) | ||
* @author Goldman Kim( [email protected] ) | ||
* @since 2018.12.05 | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
import org.springframework.stereotype.Component; | ||
|
||
/** | ||
* @author KIM HWANG MAN( [email protected] ) | ||
* @author Goldman Kim( [email protected] ) | ||
* @since 2018.12.05 | ||
*/ | ||
@Component | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
import org.springframework.stereotype.Component; | ||
|
||
/** | ||
* @author KIM HWANG MAN( [email protected] ) | ||
* @author Goldman Kim( [email protected] ) | ||
* @since 2018.12.05 | ||
*/ | ||
@Component | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
import java.util.regex.Pattern; | ||
|
||
/** | ||
* @author KIM HWANG MAN( [email protected] ) | ||
* @author Goldman Kim( [email protected] ) | ||
* @since 2018.12.05 | ||
*/ | ||
public class MaskingUtils { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
package common.utils; | ||
|
||
/** | ||
* @author KIM HWANG MAN( [email protected] ) | ||
* @author Goldman Kim( [email protected] ) | ||
* @since 2018.12.05 | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,7 +42,7 @@ | |
import common.utils.SecurityUtils; | ||
|
||
/** | ||
* @author KIM HWANG MAN( [email protected] ) | ||
* @author Goldman Kim( [email protected] ) | ||
* @since 2018.12.05 | ||
*/ | ||
|
||
|