Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- RootGraph
- 버전 문자열 비교
- mysql equal null
- MSSQL
- getDateCellValue
- yml
- MYSQL
- EmbeddedId
- 오블완
- 1*1000
- load order
- NamedEntityGraph
- https
- createEntityGraph
- Protecle
- apatch poi
- pooled-lo
- getEntityGraph
- fractional seconds
- mysql =
- spring boot
- 운동해서 광명찾자
- sendFractionalSeconds
- +9:00
- 티스토리챌린지
- AuditingEntityListener
- @CreateDate
- mysql not equal null
- @EntityListeners
- deserializer
Archives
- Today
- Total
목록2024/11/11 (1)
Hello

Microsoft Teams의 Incoming Webhook을 사용하면 외부 애플리케이션에서 Teams 채널로 메시지를 보낼 수 있습니다.스케줄링 서비스에서 webhook을 사용해 자동으로 알림 메시지를 보내기 위해 사용했습니다.Spring의 WebClient를 사용하여 이를 구현하는 방법을 정리합니다. 1. teams webhook 생성Create an Incoming Webhook 내용 대로 팀즈에서 webhook 만들기 2. WebClient를 사용한 Java 코드import org.springframework.web.reactive.function.client.WebClient;import reactor.core.publisher.Mono;@Component@Slf4jpublic class Tea..
azure
2024. 11. 11. 16:54