Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
bbalganjjm committed Sep 26, 2024
1 parent 2feecb8 commit 36ac679
Show file tree
Hide file tree
Showing 35 changed files with 35 additions and 35 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1269,4 +1269,4 @@ src/main/resources/config/common/data.properties 파일의 xss.exclude.urls 속
- Please contact us at <bbalganjjm@gmail.com>

### License
This software is licensed under the [Apache License v2.0](https://github.com/bbalganjjm/natural_js/blob/master/LICENSE) &copy; KIM HWANG MAN<<bbalganjjm@gmail.com>>
This software is licensed under the [Apache License v2.0](https://github.com/bbalganjjm/natural_js/blob/master/LICENSE) &copy; Goldman Kim<<bbalganjjm@gmail.com>>
2 changes: 1 addition & 1 deletion src/main/java/common/app/code/CommonCodeController.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import common.app.code.service.impl.CommonCodeServiceImpl;;

/**
* @author KIM HWANG MAN( bbalganjjm@gmail.com )
* @author Goldman Kim( bbalganjjm@gmail.com )
* @since 2018.12.05
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import org.apache.ibatis.annotations.Mapper;

/**
* @author KIM HWANG MAN( bbalganjjm@gmail.com )
* @author Goldman Kim( bbalganjjm@gmail.com )
* @since 2018.12.05
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import common.app.code.mappers.CommonCodeMapper;;

/**
* @author KIM HWANG MAN( bbalganjjm@gmail.com )
* @author Goldman Kim( bbalganjjm@gmail.com )
* @since 2018.12.05
*/

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/common/app/file/FileController.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
/**
* File Upload / Download Controller.
*
* @author KIM HWANG MAN<bbalganjjm@gmail.com>
* @author Goldman Kim<bbalganjjm@gmail.com>
* @since 2018.12.05
*/

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/common/app/file/XlsxToJSONController.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
import common.utils.SecurityUtils;

/**
* @author KIM HWANG MAN( bbalganjjm@gmail.com )
* @author Goldman Kim( bbalganjjm@gmail.com )
* @since 2019.06.25
*/

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/common/app/file/mappers/FileMapper.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import org.apache.ibatis.annotations.Mapper;

/**
* @author KIM HWANG MAN( bbalganjjm@gmail.com )
* @author Goldman Kim( bbalganjjm@gmail.com )
* @since 2018.12.05
*/

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/common/app/file/service/FileService.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import java.util.Map;

/**
* @author KIM HWANG MAN( bbalganjjm@gmail.com )
* @author Goldman Kim( bbalganjjm@gmail.com )
* @since 2019.03.21
*/
public interface FileService {
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/common/app/file/service/XlsxFIleService.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import org.springframework.web.multipart.MultipartHttpServletRequest;

/**
* @author KIM HWANG MAN( bbalganjjm@gmail.com )
* @author Goldman Kim( bbalganjjm@gmail.com )
* @since 2019.06.25
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import common.app.file.service.FileService;

/**
* @author KIM HWANG MAN( bbalganjjm@gmail.com )
* @author Goldman Kim( bbalganjjm@gmail.com )
* @since 2019.03.21
*/

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/common/app/sample/SampleController.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import java.util.Map;

/**
* @author KIM HWANG MAN( bbalganjjm@gmail.com )
* @author Goldman Kim( bbalganjjm@gmail.com )
* @since 2018.12.05
*/

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/common/app/sample/SampleDeptController.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import common.app.sample.service.impl.SampleDeptServiceImpl;

/**
* @author KIM HWANG MAN( bbalganjjm@gmail.com )
* @author Goldman Kim( bbalganjjm@gmail.com )
* @since 2018.12.05
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import org.apache.ibatis.annotations.Mapper;

/**
* @author KIM HWANG MAN( bbalganjjm@gmail.com )
* @author Goldman Kim( bbalganjjm@gmail.com )
* @since 2018.12.05
*/

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/common/app/sample/mappers/SampleMapper.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import org.apache.ibatis.annotations.Mapper;

/**
* @author KIM HWANG MAN( bbalganjjm@gmail.com )
* @author Goldman Kim( bbalganjjm@gmail.com )
* @since 2018.12.05
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import common.app.sample.mappers.SampleDeptMapper;

/**
* @author KIM HWANG MAN( bbalganjjm@gmail.com )
* @author Goldman Kim( bbalganjjm@gmail.com )
* @since 2018.12.05
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import java.util.Map;

/**
* @author KIM HWANG MAN( bbalganjjm@gmail.com )
* @author Goldman Kim( bbalganjjm@gmail.com )
* @since 2018.12.05
*/

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/common/app/shell/ShellController.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import org.springframework.web.bind.annotation.RequestMapping;

/**
* @author KIM HWANG MAN( bbalganjjm@gmail.com )
* @author Goldman Kim( bbalganjjm@gmail.com )
* @since 2018.12.05
*/

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/common/aspects/VOFilterAspect.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
import java.util.Map;

/**
* @author KIM HWANG MAN( bbalganjjm@gmail.com )
* @author Goldman Kim( bbalganjjm@gmail.com )
* @since 2018.12.05
*/

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/common/config/NaturalJSBootApplication.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import javax.sql.DataSource;

/**
* @author KIM HWANG MAN( bbalganjjm@gmail.com )
* @author Goldman Kim( bbalganjjm@gmail.com )
* @since 2020.11.25
*/

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/common/config/WebMvcConfig.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package common.config;

/**
* @author KIM HWANG MAN( bbalganjjm@gmail.com )
* @author Goldman Kim( bbalganjjm@gmail.com )
* @since 2020.11.25
*/

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/common/exception/BizException.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import org.springframework.web.servlet.support.RequestContextUtils;

/**
* @author KIM HWANG MAN( bbalganjjm@gmail.com )
* @author Goldman Kim( bbalganjjm@gmail.com )
* @since 2018.12.05
*/
public class BizException extends RuntimeException {
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/common/exception/CommonException.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import org.springframework.web.servlet.support.RequestContextUtils;

/**
* @author KIM HWANG MAN( bbalganjjm@gmail.com )
* @author Goldman Kim( bbalganjjm@gmail.com )
* @since 2018.12.05
*/
public class CommonException extends Exception {
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/common/exception/ExceptionResolver.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import org.springframework.web.servlet.ModelAndView;

/**
* @author KIM HWANG MAN( bbalganjjm@gmail.com )
* @author Goldman Kim( bbalganjjm@gmail.com )
* @since 2018.12.05
*/
public class ExceptionResolver implements HandlerExceptionResolver {
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/common/filter/XSSFilter.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import jakarta.servlet.http.HttpServletRequest;

/**
* @author KIM HWANG MAN( bbalganjjm@gmail.com )
* @author Goldman Kim( bbalganjjm@gmail.com )
* @since 2018.12.05
*/
public class XSSFilter implements Filter {
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/common/filter/XSSFilterRequestWrapper.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import common.utils.SecurityUtils;

/**
* @author KIM HWANG MAN( bbalganjjm@gmail.com )
* @author Goldman Kim( bbalganjjm@gmail.com )
* @since 2018.12.05
*/
public final class XSSFilterRequestWrapper extends HttpServletRequestWrapper {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import java.lang.invoke.MethodHandles;

/**
* @author KIM HWANG MAN( bbalganjjm@gmail.com )
* @author Goldman Kim( bbalganjjm@gmail.com )
* @since 2018.12.05
*/
public class PermissionCheckInterceptor implements HandlerInterceptor {
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/common/mybatis/MaskingInterceptor.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
import common.utils.MaskingUtils;

/**
* @author KIM HWANG MAN( bbalganjjm@gmail.com )
* @author Goldman Kim( bbalganjjm@gmail.com )
* @since 2018.12.05
*/
@Component
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/common/mybatis/MaxRowsLimitInterceptor.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import common.exception.CommonException;

/**
* @author KIM HWANG MAN( bbalganjjm@gmail.com )
* @author Goldman Kim( bbalganjjm@gmail.com )
* @since 2018.12.05
*/
@Component
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/common/mybatis/XlsxStreamingInterceptor.java
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
import common.utils.SecurityUtils;

/**
* @author KIM HWANG MAN( bbalganjjm@gmail.com )
* @author Goldman Kim( bbalganjjm@gmail.com )
* @since 2018.12.05
*
* 엑셀 파일로 목록 데이터 조회 시 List 객체에 담지않고 엑셀파일(xlsx)을 바로 생성(대용량 데이터 조회 시 Heap Memory Full 방지).
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/common/naturaljs/utils/NaturalJSUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import com.fasterxml.jackson.databind.ObjectMapper;

/**
* @author KIM HWANG MAN( bbalganjjm@gmail.com )
* @author Goldman Kim( bbalganjjm@gmail.com )
* @since 2018.12.05
*/

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/common/scheduler/JobManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import org.springframework.stereotype.Component;

/**
* @author KIM HWANG MAN( bbalganjjm@gmail.com )
* @author Goldman Kim( bbalganjjm@gmail.com )
* @since 2018.12.05
*/
@Component
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/common/scheduler/Scheduler.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import org.springframework.stereotype.Component;

/**
* @author KIM HWANG MAN( bbalganjjm@gmail.com )
* @author Goldman Kim( bbalganjjm@gmail.com )
* @since 2018.12.05
*/
@Component
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/common/utils/MaskingUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import java.util.regex.Pattern;

/**
* @author KIM HWANG MAN( bbalganjjm@gmail.com )
* @author Goldman Kim( bbalganjjm@gmail.com )
* @since 2018.12.05
*/
public class MaskingUtils {
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/common/utils/SecurityUtils.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package common.utils;

/**
* @author KIM HWANG MAN( bbalganjjm@gmail.com )
* @author Goldman Kim( bbalganjjm@gmail.com )
* @since 2018.12.05
*/

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/common/views/XlsxStreamingView.java
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
import common.utils.SecurityUtils;

/**
* @author KIM HWANG MAN( bbalganjjm@gmail.com )
* @author Goldman Kim( bbalganjjm@gmail.com )
* @since 2018.12.05
*/

Expand Down

0 comments on commit 36ac679

Please sign in to comment.