This commit is contained in:
2025-11-12 11:49:08 +09:00
commit ec07bb9328
13 changed files with 481 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
### TODO
## 환경분리
- local
- dev
- prod
## codestyle 세팅 - google 고쳐주세요. tab 간격 2자리
## objectmepper 빈으로 세팅
## 라이브러리 체크
## querydsl 세팅 custom, impl
## 공통코드 관리
## 나중 레디스랑 캐시

View File

@@ -0,0 +1,9 @@
package com.kamco.cd.kamcoback.common.api;
public class HelloDto {
public static class Req{
private String id;
}
}