๐ฐ ์ค์ ๊ธ์ต ๊ฒฝํ์ ํตํด ์ด๋ฆฐ์ด ๊ธ์ต ๋ฆฌํฐ๋ฌ์๋ฅผ ํฅ์์ํค๋ค, BANKIDZ ๐ท
AD | Web | iOS App | Android App | |
---|---|---|---|---|
- | - | bankidz.com |
- ๋ฑ ํค์ฆ๋ ์น๋ทฐ ํ๊ฒฝ์ ์ต์ ํ ๋์ด ์์ต๋๋ค. ๊ธฐํ ์น ๋ธ๋ผ์ฐ์ ํ๊ฒฝ์์๋ ์ผ๋ถ ๊ธฐ๋ฅ์ด ์๋ํ์ง ์์ต๋๋ค.
- ๋ฑ ํค์ฆ ์ฑ์ ํ์ฌ App Store, Google Play ์ถ์๋ฅผ ์ํด ์ฌ์ฌ์ค์ ๋๋ค.
์ฃผ์ด์ง์ฌ๋ | ๊น๋ฏผ์ค |
ozzing | sanbonai06 |
.idea
config
gradle
.gitignore
build.gradle
docker-compose.yml
Dockerfile
Dockerfile.prod
gradlew
gradlew.bat
HELP.md
LICENSE
READEME.md
settings.gradle
src
โโmain
โ |โresources
โ โโjava/com.ceos.bankids
โ โ
โ โโโโโconfig
โ โ โโsecurity
โ โ
โ โโโโโconstant
โ โ
โ โโโโโcontroller
โ โ โโrequest
โ โ
โ โโโโโdomain
โ โ
โ โโโโโdto
โ โ โโoauth
โ โ
โ โโโโโexception
โ โ
โ โโโโโmapper
โ โ
โ โโโโโrepository
โ โ
โ โโโโโservice
โ โ
โ โโBankidsApplication
โ
โโtest
โโjava/com.ceos.bankids/unit
โ
โโโโโcontroller
โ
โโโโโservice
โ
โโBankidsApplicationTests
dependencies {
implementation 'org.springframework.boot:spring-boot-starter-validation'
implementation 'org.springframework.boot:spring-boot-starter-data-jdbc'
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
implementation 'org.springframework.boot:spring-boot-starter-security'
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'org.springframework.boot:spring-boot-starter-webflux:2.7.0'
implementation group: 'org.json', name: 'json', version: '20220320'
implementation 'io.jsonwebtoken:jjwt:0.9.1'
implementation 'io.springfox:springfox-boot-starter:3.0.0'
implementation 'io.springfox:springfox-swagger-ui:3.0.0'
implementation 'com.github.maricn:logback-slack-appender:1.4.0'
implementation 'org.springframework.cloud:spring-cloud-starter-aws:2.0.1.RELEASE'
implementation 'com.nimbusds:nimbus-jose-jwt:9.24.2'
implementation 'org.bouncycastle:bcprov-ext-jdk15to18:1.64'
implementation group: 'com.google.firebase', name: 'firebase-admin', version: '6.8.1'
implementation group: 'com.squareup.okhttp3', name: 'okhttp', version: '4.2.2'
implementation 'io.github.jav:expo-server-sdk:1.1.0'
compileOnly 'org.projectlombok:lombok'
runtimeOnly 'mysql:mysql-connector-java'
annotationProcessor 'org.projectlombok:lombok'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
testImplementation 'org.springframework.security:spring-security-test'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.2'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.2'
testImplementation 'org.mockito:mockito-core:4.5.1'
testImplementation 'org.mockito:mockito-junit-jupiter:4.5.1'
testImplementation 'org.assertj:assertj-core:3.22.0'
testImplementation 'net.bytebuddy:byte-buddy:1.12.9'
}
์์ ์ผ์ | ๋ํ๋ช | ์ต์ข ์ค์ | ์๊ธ (๋ง์) |
---|---|---|---|
22.07.14 | SC์ ์ผ์ํ โWomen in Fintechโ | ์ต์ข ์ ์ , Creator์ ์์ (2์) | 500 |
22.08.05 | ์ ์ด ์ฐํฉ IT ์ฐฝ์ ํํ CEOS ๋ฐ๋ชจ๋ฐ์ด | ์ฐ์์ ์์ | 10 |
22.08.16 | ์ ํ์ํ โํจ์ณ์ค๋ฉ 8๊ธฐ ๋ฑ ํฌํ๋ฌ์คโ | 1์ฐจ ์๋ฅ ํฉ๊ฒฉ, 2์ฐจ ๋ฉด์ ํ๋ฝ | - |
22.08.19 | ์ค๋ ์ง ํ๋๋ โ์ค๋ ์ง ๊ฐ๋ โ 6๊ธฐ | 1์ฐจ ์๋ฅ ํฉ๊ฒฉ, 2์ฐจ ์ธํฐ๋ทฐ ํฉ๊ฒฉ, 3์ฐจ PT ํ๋ฝ | - |
22.08.28 | ์ ๊ตญ ๋ํ์ ์ฐฝ์ ์ปจํผ๋ฐ์ค โ์๋โ | ๊ฒฐ์น์ง์ถ | - |
22.08.31 | ์๋น์ฐฝ์ ํจํค์ง ํ๋ฆฌ์ค์ฟจ | ์ต์ข ์ ์ | 460 |