mirror of
https://github.com/Dannecron/spring-boot-demo.git
synced 2025-12-25 16:22:35 +03:00
9 lines
171 B
Kotlin
9 lines
171 B
Kotlin
package com.github.dannecron.demo
|
|
|
|
import org.springframework.boot.test.context.TestConfiguration
|
|
|
|
open class BaseUnitTest {
|
|
@TestConfiguration
|
|
class TestConfig
|
|
}
|