File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
examples/spring-boot-kotlin-redis
src/test/kotlin/com/example/redis Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 11plugins {
2- id(" org.springframework.boot" ) version " 2.7.5 "
2+ id(" org.springframework.boot" ) version " 2.7.6 "
33 id(" org.jetbrains.kotlin.jvm" ) version " 1.7.22"
44 id(" org.jetbrains.kotlin.plugin.spring" ) version " 1.7.22"
55}
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ import org.springframework.test.web.servlet.request.MockMvcRequestBuilders.get
88import org.springframework.test.web.servlet.request.MockMvcRequestBuilders.post
99import org.springframework.test.web.servlet.result.MockMvcResultMatchers.content
1010import org.springframework.test.web.servlet.result.MockMvcResultMatchers.status
11- import org.springframework.test.web.servlet.setup.MockMvcBuilders
1211
1312
1413class RedisTest : AbstractIntegrationTest () {
You can’t perform that action at this time.
0 commit comments