因為最近要處理 Data pipeline 的問題, 重新溫習了 Spring batch 配置, 其中一個地雷是 @EnableBatchProcessing 的 annotation 宣告, 導致了 Batch 作業相關 DDL 沒有被建立. 在 Spring boot 3.0 的 Migration Guide 裡面特別注記了這段, 建議不應該再使用 @EnableBatchProcessing. @ EnableBatchProcessing is now discouraged Pr...
jerry80409.hashnode.dev1 min read
No responses yet.