I have two tables, X and Y. I want to archive them in a third, A. Is there a way in Spring Boot without rewriting code? Currently I have duplicate code.
I have two tables, X and Y. I want to archive them in a third, A. Is there a way in Spring Boot without rewriting code? Currently I have duplicate code.