๋ฐฑ์๋ ์๋ฒ : https://github.com/chugue/ropa-admin
ํ๋ก ํธ ์๋ฒ : https://github.com/chugue/ropa-flutter-project
| ๊น์ฑํ(ํ์ฅ) | ๊น์ฃผํ(ํ๋ก ํธ) | ์์นํธ(ํ๋ก ํธ) | ๊น์์ค(๋ฐฑ์๋) | ๋ฐ์ ๊ท(๋ฐฑ์๋) |
|---|---|---|---|---|
| @chugue | @kjh5848 | @LifeIsOne | @tkffkels93 | @p4rksk |
๊ฐ์ฑ์๋ ํฌ๋ฆฌ์์ดํฐ๋ค์ ์์ ์ ์ฝ๋๋ฅผ ์๋ํ๋ฉฐ ๋ณด๋ค ํ์ฉ์ฑ ์๊ฒ ๋ธ๋๋ ์ ํ์ ํ๋ณดํ๊ณ ,
์ฌ์ฉ์๋ ๋ง์ ๋๋ ์ฝ๋๋ฅผ ๋ฐ๊ฒฌํ๋ฉด ํด๋น ์์ดํ ์ ๋ฐ๋ก ๊ตฌ๋งค ํ ์ ์์ต๋๋ค.
dependencies {
implementation 'org.springframework.boot:spring-boot-starter-mustache'
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.0'
implementation group: 'com.auth0', name: 'java-jwt', version: '4.3.0'
implementation 'org.springframework.boot:spring-boot-starter-validation'
implementation 'org.springframework.boot:spring-boot-starter-aop'
implementation 'com.google.code.gson:gson:2.10.1'
implementation group: 'org.qlrm', name: 'qlrm', version: '4.0.1'
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
implementation 'org.springframework.boot:spring-boot-starter-web'
compileOnly 'org.projectlombok:lombok'
developmentOnly 'org.springframework.boot:spring-boot-devtools'
runtimeOnly 'com.h2database:h2'
runtimeOnly 'com.mysql:mysql-connector-j'
annotationProcessor 'org.projectlombok:lombok'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
implementation 'commons-codec:commons-codec:1.15'
}
์ฝ๋ ์ปจ๋ฒค์ ์ ๋ฆฌ ๋งํฌ











