File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -56,6 +56,10 @@ dependencies {
5656 implementation ' com.oracle.oci.sdk:oci-java-sdk-common-httpclient-choices:3.63.3'
5757 implementation ' com.oracle.oci.sdk:oci-java-sdk-common-httpclient-jersey3:3.63.3'
5858
59+ // sms 인증 서비스 coolsms
60+ implementation ' net.nurigo:sdk:4.3.2'
61+
62+
5963
6064}
6165
Original file line number Diff line number Diff line change @@ -15,6 +15,5 @@ spring.jpa.hibernate.naming.physical-strategy=org.hibernate.boot.model.naming.Ph
1515spring.jwt.secret =${SPRING_JWT_SECRET}
1616
1717# Redis
18- # spring.data.redis.host=${SPRING_REDIS_HOST}
19- # spring.data.redis.port=${SPRING_REDIS_PORT}
20- spring.data.redis.url =redis://:fymz3j7jTq5KOENEfrBUhq5abRTPWch6@redis-12926.c340.ap-northeast-2-1.ec2.redns.redis-cloud.com:12926
18+ spring.data.redis.host =${SPRING_REDIS_HOST}
19+ spring.data.redis.port =${SPRING_REDIS_PORT}
You can’t perform that action at this time.
0 commit comments