Information Sharing from Maxkit Fellows
2025/06/30
Spring Boot 3 Artemis
›
Spring Boot 支援 JMS Java message Service,支援 JmsTemplate AMQP Advanced Message Queue Protocol 為 RabbitMQ 提供 RabbitTemplate Apache Kaf...
2025/06/23
Spring Boot 3 amqp
›
RabbitMQ 重要元件有 ConnectionFactory Channel: 發送訊息 Exchange: 交換器,分發訊息 Queue: 儲存 producer 發送的訊息 RoutingKey: exchange 把 producer 的訊息寫入不同...
2025/06/09
Spring Boot 3 09 Cache
›
spring 提供對 cache 的 API 介面 org.springframework.cache.Cache org.springframework.cache.CacheManager 如果 application 沒有註冊 CacheManager 或 C...
2025/06/02
Spring Boot 3 quartz
›
簡單的任務可用 spring task scheduler,複雜的要改用 quartz pom.xml 要加上 spring-boot-starter-quartz <dependency> <groupId>o...
2025/05/26
Spring Boot 3 Scheduler
›
spring 的 scheduler task 主要需要 spring-context library,因為任何一個 spring boot start 都有包含 spring-context,所以都有支援 scheduler。 spring 提供自動設定類別 TaskEx...
›
首頁
查看網路版