Skip to content

Commit

Permalink
feat(gradle): IPInfo API 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
limehee committed Apr 28, 2024
1 parent 6bf4cd9 commit 85c7fe3
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 1,033 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ dependencies {
implementation 'com.google.zxing:core:3.4.1' // QR 코드
implementation 'com.google.zxing:javase:3.4.1' // QR 코드
implementation 'com.slack.api:slack-api-client:1.38.0' // Slack API
implementation 'io.ipinfo:ipinfo-spring:0.3.1' // IPInfo

implementation 'io.ipinfo:ipinfo-spring:0.3.1' // IPInfo Spring
implementation 'io.ipinfo:ipinfo-api:3.0.0' // IPInfo API

// DB
implementation 'org.postgresql:postgresql:42.7.1' // PostgreSQL JDBC Driver
Expand Down
252 changes: 0 additions & 252 deletions src/main/resources/continent.json

This file was deleted.

Loading

0 comments on commit 85c7fe3

Please sign in to comment.