Kotlin - How to manage @BeforeClass static method in springBootTest
If you don't want to upgrade to JUnit5 you can use @PostConstruct
it will have the same effect. Example here
If you don't want to upgrade to JUnit5 you can use @PostConstruct
it will have the same effect. Example here