Skip to content

Commit

Permalink
4th init
Browse files Browse the repository at this point in the history
  • Loading branch information
boorownie committed Jan 18, 2022
1 parent d6b32c4 commit 93d38fc
Show file tree
Hide file tree
Showing 94 changed files with 3,251 additions and 1,129 deletions.
21 changes: 2 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
<img width="200px;" src="https://raw.githubusercontent.com/woowacourse/atdd-subway-admin-frontend/master/images/main_logo.png"/>
</p>
<p align="center">
<img alt="npm" src="https://img.shields.io/badge/npm-%3E%3D%205.5.0-blue">
<img alt="node" src="https://img.shields.io/badge/node-%3E%3D%209.3.0-blue">
<img alt="npm" src="https://img.shields.io/badge/npm-6.14.15-blue">
<img alt="node" src="https://img.shields.io/badge/node-14.18.2-blue">
<a href="https://edu.nextstep.camp/c/R89PYi5H" alt="nextstep atdd">
<img alt="Website" src="https://img.shields.io/website?url=https%3A%2F%2Fedu.nextstep.camp%2Fc%2FR89PYi5H">
</a>
<img alt="GitHub" src="https://img.shields.io/github/license/next-step/atdd-subway-map">
</p>

<br>
Expand Down Expand Up @@ -36,19 +35,3 @@ npm run dev
```
./gradlew bootRun
```
<br>

## ✏️ Code Reive Process
[텍스트와 이미지로 살펴보는 온라인 코드 리뷰 과정](https://github.com/next-step/nextstep-docs/tree/master/codereview)

<br>

## 🐞 Bug Report

버그를 발견한다면, [Issues](https://github.com/next-step/atdd-subway-map/issues) 에 등록해주세요 :)

<br>

## 📝 License

This project is [MIT](https://github.com/next-step/atdd-subway-map/blob/master/LICENSE.md) licensed.
9 changes: 8 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'org.springframework.boot' version '2.4.2'
id 'org.springframework.boot' version '2.5.2'
id 'io.spring.dependency-management' version '1.0.11.RELEASE'
id 'java'
}
Expand All @@ -23,6 +23,13 @@ dependencies {
// log
implementation 'net.rakugakibox.spring.boot:logback-access-spring-boot-starter:2.7.1'

// jgraph
implementation 'org.jgrapht:jgrapht-core:1.0.1'

// jwt
implementation 'io.jsonwebtoken:jjwt:0.9.1'

// test
testImplementation 'io.rest-assured:rest-assured:3.3.0'
testImplementation('org.springframework.boot:spring-boot-starter-test') {
exclude group: 'org.junit.vintage', module: 'junit-vintage-engine'
Expand Down
Loading

1 comment on commit 93d38fc

@Jihun22
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

오 재미있어 보인다 ㅋㅋ

Please sign in to comment.