From aead7085af3248e80dac5e001be298bb1de0be89 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=EC=96=91=EC=88=98=ED=98=84=28=20Soo=20Hyun=20Yang=29?=
<111266513+YangSooHyun0@users.noreply.github.com>
Date: Fri, 11 Aug 2023 13:37:39 +0900
Subject: [PATCH] Update README.md
---
README.md | 82 -------------------------------------------------------
1 file changed, 82 deletions(-)
diff --git a/README.md b/README.md
index 751dbf8..8a3c3f2 100644
--- a/README.md
+++ b/README.md
@@ -62,89 +62,7 @@
๐ฃ ํ๋ก์ ํธ ์์ํ๋ ๋ฒ
- โ
๋ณธ ํ๋ก์ ํธ๋ ๊ด๋ฆฌ์ ์๋ฒ์ ๊ฒ์ํ ์๋ฒ๊ฐ ๋ถ๋ฆฌ๋์ด ์์ด ํ๋ก๊ทธ๋จ์ ์คํ์ํค๊ธฐ ์ํด ์ค์ ์ด ํ์ํฉ๋๋คโ
-
- 1. ymlํ์ผ ์ค์ ํ๊ธฐ
- 1-1. module-board์ ymlํ์ผ ์ค์ ํ๊ธฐ (๊ฒ์ํ ์คํ์)
- ```yaml
-server:
- port: 8080
- servlet:
- encoding:
- charset: utf-8
- force: true
-
-spring:
- autoconfigure:
- exclude: org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration
- datasource:
- username: # ๋ณธ์ธ์mysql ๋ฐ์ดํฐ name
- password: # ๋ณธ์ธ์mysql ๋ฐ์ดํฐ password
- url: # ๋ณธ์ธ์ mysql ๋ฐ์ดํฐ url
- driver-class-name: com.mysql.cj.jdbc.Driver
- jpa:
- show-sql: true
- hibernate:
- ddl-auto: update
- properties:
- hibernate:
- ddl-auto: update
- format_sql: true
-file:
- dir: C://Users//User//IdeaProjects//normal-board//module-board//src//main//resources//static//asset//upload//
-# ํ์ผ ๊ฒฝ๋ก๋ //normal-board ์ ๊น์ง ๋ณธ์ธ์ ํ๋ก์ ํธ ๊ฒฝ๋ก๋ก ๋ง๊ฒ ์ค์ ํ์ธ์
-```
-1-2. module-admin์ ymlํ์ผ ์ค์ ํ๊ธฐ (๊ด๋ฆฌ์ ์คํ์)
-
-```yaml
-server:
- port: 8081
- servlet:
- encoding:
- charset: utf-8
- force: true
-spring:
- datasource:
- username: # ๋ณธ์ธ์mysql ๋ฐ์ดํฐ name
- password: # ๋ณธ์ธ์mysql ๋ฐ์ดํฐ password
- url: # ๋ณธ์ธ์ mysql ๋ฐ์ดํฐ url
- driver-class-name: com.mysql.cj.jdbc.Driver
- thymeleaf:
- prefix: classpath:templates/thymeleaf
- suffix: .html
- mode: HTML
- check-template-location: true
- cache: false
- mail:
- host: smtp.gmail.com
- port: 587
- username: # ๋ณด๋ด๋์ด ์ด๋ฆ
- password: # ๋ณธ์ธ ์ค์ gmail ์ธ์ฆ ๋น๋ฐ๋ฒํธ
- properties:
- mail:
- smtp:
- auth: true
- timeout: 5000
- starttls:
- enable: true
-mybatis:
- mapper-locations:
- - classpath:mapper/**.xml # classpath -> resource ํด๋๋ฅผ ์ฐพ์.
- configuration:
- map-underscore-to-camel-case: true # under_score ํ์์ ์นด๋ฉํ๊ธฐ๋ฒ์ผ๋ก ๋ณํ
-file:
- dir: C://Users//User//IdeaProjects//normal-board//module-board//src//main//resources//static//asset//upload//report
-# ํ์ผ ๊ฒฝ๋ก๋ //normal-board ์ ๊น์ง ๋ณธ์ธ์ ํ๋ก์ ํธ ๊ฒฝ๋ก๋ก ๋ง๊ฒ ์ค์ ํ์ธ์
-```
-2. ํฌํธ ๋ค๋ฅด๊ฒ ์ก๊ธฐ
edit configurations ํ๋ฉด์์ Modify optionsํด๋ฆญ -> add VM Options์ถ๊ฐ
-Dserver.port=8080 (board ์ฑ ์ชฝ)
-Dserver.port=8081 (admin ์ฑ ์ชฝ)
-
-![image](https://github.com/Spring-Board-Toy3/normal-board/assets/69192549/84d5cefe-112f-4caa-98bb-886e83b1324b)
-
-
-
3. ์ ๊ณ ํ๊ธฐ img๊ฒฝ๋ก ํด๋ ์์ฑ : module-board์ ๋ค์ ๊ฒฝ๋ก์ reportํด๋๋ฅผ ์์ฑํด์ฃผ์ธ์
-
- ![image](https://github.com/Spring-Board-Toy3/normal-board/assets/69192549/2083f0a0-1fa5-4562-ad6c-c18748f645c2)
๐ฅ ๊ธฐ๋ฅ ์๊ฐ
1. ํ์๊ฐ์
(/join) & ๋ก๊ทธ์ธ(/login)
- ํ์๊ฐ์
์ ์์ด๋ ์ค๋ณต์ฒดํฌ