Skip to content
This repository was archived by the owner on Aug 13, 2022. It is now read-only.

Commit add6e2f

Browse files
ypr821YPR
authored and
YPR
committed
#47 build test
1 parent f3d614c commit add6e2f

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
## 📌 **기술적 이슈와 해결 과정**
4949

5050
- [외부 API가 응답 코드조차 보낼 수 없는 장애가 발생했다면? Circuit Breaker Pattern로 해결하기](https://github.com/f-lab-edu/DoorRush/issues/67) <br>
51-
- [인증 기능에는 어떤 기술을 사용해야 할까?](https://github.com/ypr821/TIL/blob/main/2022_01/%EC%9D%B8%EC%A6%9D(Authentication)%EA%B3%BC_%EC%9D%B8%EA%B0%80(Authorization).md) <br>
5251
- [인증 관련 보안 이슈](https://github.com/ypr821/TIL/blob/main/2022_01/%EC%9E%90%EB%8F%99%EB%A1%9C%EA%B7%B8%EC%9D%B8%EA%B8%B0%EB%8A%A5_%EB%B3%B4%EC%95%88%EC%9D%B4%EC%8A%88_%EA%B3%A0%EB%AF%BC.md) <br>
5352
- [로그인 체크는 어떻게 하면 좋을까?](https://dev-promise.tistory.com/entry/%EB%A1%9C%EA%B7%B8%EC%9D%B8-%EC%B2%B4%ED%81%AC%EB%A5%BC-%EC%9C%84%ED%95%9C-%EA%B8%B0%EC%88%A0%EC%A0%81-%EA%B3%A0%EB%AF%BC)
5453
- <a href="https://yeoonjae.tistory.com/entry/Project-Github-action%EC%9D%84-%ED%99%9C%EC%9A%A9%ED%95%98%EC%97%AC-PR%EC%8B%9C-%EC%9E%90%EB%8F%99-Build-%EC%84%A4%EC%A0%95%ED%95%98%EA%B8%B0-CI%EC%84%A4%EC%A0%95?category=1023285">Github Action을 통해 CI 설정하기</a>

src/main/resources/application.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
# Spring
55
spring:
66
datasource:
7-
# url: jdbc:mysql://${MYSQL_URL}:${MYSQL_PORT}/${MYSQL_DBNAME}?serverTimezone=UTC&characterEncoding=UTF-8
8-
url: jdbc:mysql://localhost:${MYSQL_PORT}/${MYSQL_DBNAME}?serverTimezone=UTC&characterEncoding=UTF-8
7+
url: jdbc:mysql://${MYSQL_URL}:${MYSQL_PORT}/${MYSQL_DBNAME}?serverTimezone=UTC&characterEncoding=UTF-8
98
username: ${MYSQL_USERNAME}
109
password: ${MYSQL_PASSWORD}
1110
driver-class-name: com.mysql.cj.jdbc.Driver

0 commit comments

Comments
 (0)