ํ๋ฌํฐ ์๋ฒ : https://github.com/chugue/shelf-flutter-project
๊ด๋ฆฌ์ ์๋ฒ : https://github.com/chugue/shelf-project
| ๊น์ฑํ(ํ์ฅ) | ๊น์ฃผํ | ์ฅ์ ์ง | ์์นํธ | ๋ฐ์ ๊ท | ์์ง๋ฏผ |
|---|---|---|---|---|---|
| @chugue | @kjh5848 | @hillview0303 | @LifeIsOne | @p4rksk | @minmeanmin |
| ์์ฐ์์ ๋งํฌ ( ์ฌ์ง ํด๋ฆญ ๐๐) |
|---|
![]() |
dependencies {
implementation group: 'com.auth0', name: 'java-jwt', version: '4.3.0'
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
implementation 'org.springframework.boot:spring-boot-starter-mustache'
implementation 'org.springframework.boot:spring-boot-starter-validation'
implementation group: 'com.auth0', name: 'java-jwt', version: '4.3.0'
implementation 'org.springframework.boot:spring-boot-starter-web'
compileOnly 'org.projectlombok:lombok'
developmentOnly 'org.springframework.boot:spring-boot-devtools'
runtimeOnly 'com.h2database:h2'
annotationProcessor 'org.projectlombok:lombok'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
implementation 'io.github.cdimascio:java-dotenv:5.2.2'
implementation 'com.github.iamport:iamport-rest-client-java:0.2.23'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
testImplementation 'org.springframework.restdocs:spring-restdocs-mockmvc'
implementation 'org.springframework.boot:spring-boot-starter'
}












