From ccdc8d20b94eb4367416ba6a99a948bbbf64b71a Mon Sep 17 00:00:00 2001 From: Kim-Dong-Jun99 Date: Mon, 3 Jul 2023 00:48:06 +0900 Subject: [PATCH] =?UTF-8?q?[ADD]=20README=20=EC=B6=94=EA=B0=80=20=EC=9E=91?= =?UTF-8?q?=EC=84=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/README.md | 1 + .../com/uliga/uliga_backend/domain/README.md | 2 +- src/main/resources/README.md | 4 ++ src/main/resources/static/email.html | 56 ------------------- 4 files changed, 6 insertions(+), 57 deletions(-) create mode 100644 src/main/README.md create mode 100644 src/main/resources/README.md delete mode 100644 src/main/resources/static/email.html diff --git a/src/main/README.md b/src/main/README.md new file mode 100644 index 00000000..0e087680 --- /dev/null +++ b/src/main/README.md @@ -0,0 +1 @@ +작성해둔 MyBatis 쿼리는 resources 디렉티러 내부에서 확인할 수 있습니다. \ No newline at end of file diff --git a/src/main/java/com/uliga/uliga_backend/domain/README.md b/src/main/java/com/uliga/uliga_backend/domain/README.md index 65d24606..c77d2bc5 100644 --- a/src/main/java/com/uliga/uliga_backend/domain/README.md +++ b/src/main/java/com/uliga/uliga_backend/domain/README.md @@ -11,7 +11,7 @@ * api * 컨트롤러 클래스를 포함하고 있는 패키지입니다. * application - * 서비스 클래스르를 포함하고 있는 클래스있습니다. + * 서비스 클래스를 포함하고 있는 클래스있습니다. * dto * dto 클래스와 NativeQ라는 패키지를 포함하고 있습니다. * NativeQ에는 @Query 어노테이션을 사용한 조회와 MyBatis 조회 쿼리시 사용되는 dto 클래스들을 포함하고 있습니다. diff --git a/src/main/resources/README.md b/src/main/resources/README.md new file mode 100644 index 00000000..a15f1857 --- /dev/null +++ b/src/main/resources/README.md @@ -0,0 +1,4 @@ +* mapper + * mybatis 쿼리를 위한 디렉터리 입니다. +* templates + * thymeleaf 템플릿을 위한 디렉터리입니다. \ No newline at end of file diff --git a/src/main/resources/static/email.html b/src/main/resources/static/email.html deleted file mode 100644 index 9ac10aae..00000000 --- a/src/main/resources/static/email.html +++ /dev/null @@ -1,56 +0,0 @@ - - - - - - - -
- - - - - - -
- - - - - - - - - - - - - - - -
- 우리가 이메일 인증 코드 -
-

공유 가계부 우리가 회원 가입 과정 중, 사용자 인증을 위해 - 발송된 이메일입니다.

-

인증 과정을 완료하기 위해 아래 인증 코드를 입력해주세요.

-
- - - - - - -
-

- 733250

-
-
-

감사합니다.
우리가 개발팀

-
-
-
\ No newline at end of file