Files
egovframe-msa-edu/config/board-service.yml
2021-10-20 17:12:00 +09:00

16 lines
448 B
YAML

database:
url: jdbc:mysql://localhost:3306/msaportal
spring:
datasource:
url: ${database.url}?serverTimezone=Asia/Seoul
username: msaportal
password: msaportal
driver-class-name: com.mysql.cj.jdbc.Driver
cloud:
stream:
bindings:
attachmentEntity-out-0: # 첨부파일 entity 정보 업데이트 하기 위한 이벤트
destination: attachment-entity.topic # queue name
group: attachment