Hello, there~
I’m Kotlin Newbie who is trying the spring with Kotlin. I use Exposed to test the data generation, and I will test it by generating a table for testing, so I want you to drop the table automatically after the test. I thought @Transactional annoation would do this for me, but maybe it’s because I created a table when the Spring application came up, so the table generation doesn’t roll back after the test. How can I drop the table automatically??? I’d really appreciate your answer!