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