Polishing

This commit is contained in:
Sebastien Deleuze
2019-02-15 15:56:06 +01:00
parent 1be70c4c1c
commit 98d418e2e8

View File

@@ -518,7 +518,6 @@ In order to make lazy fetching working as expected, entities should be `open` as
With Gradle:
`build.gradle`
[source,groovy]
----
apply plugin: 'kotlin-allopen'
@@ -530,7 +529,6 @@ allOpen {
Or with Maven:
`pom.xml`
[source,xml]
----
<plugin>
@@ -875,7 +873,6 @@ class HttpControllersTests(@Autowired val mockMvc: MockMvc) {
With Gradle:
`build.gradle`
[source,groovy]
----
testImplementation('com.ninja-squad:springmockk:1.1.0')
@@ -883,7 +880,6 @@ testImplementation('com.ninja-squad:springmockk:1.1.0')
Or with Maven:
`pom.xml`
[source,xml]
----
<dependency>