์ด ๋ ํฌ์งํ ๋ฆฌ๋ ์์ฌํ ์ด๋ฌด ์๋น์ค์ Server ๋ ํฌ์งํ ๋ฆฌ์ ๋๋ค.
- Fork this Repository
- Add Issue on this repository
- Typing Code
- Create Pull & Request
- Merge ๐ค
- Git Clone
- Turn On your MySql(port : 3306)
- Create DB
- Turn On your Redis(port : 6379)
- move directory to /server
- type code
$ ./gradlew build- move to ./build/libs
- run jar file
$ java -jar ~.jaror To Run Background
$ nohup java -jar ~.jar & /dev/null- OAuth ๋ก๊ทธ์ธ ๊ธฐ๋ฅ
- ๋ชจ์ ์์ฑ, ์ด๋ ๊ธฐ๋ฅ
- ๋ฒ๊ธ ์์ฑ ๊ธฐ๋ฅ
- ๋ฒ๊ธ ์๋ฆผ ๊ธฐ๋ฅ
- Java 11
- Web Framework : Spring(Boot)
-
DataBase : MySQl 8.0.30 (InnoDB)
-
DataBase Library : JDBC, Spring Data JPA, QueryDsl
- InMemory : Redis latest
- Security : Spring Security
- JWT
- JWT Library : io.jsonwebtoken:jjwt-api:0.11.2
