From 98d418e2e81a8f42690f717937b44f1e3640bca0 Mon Sep 17 00:00:00 2001 From: Sebastien Deleuze Date: Fri, 15 Feb 2019 15:56:06 +0100 Subject: [PATCH] Polishing --- README.adoc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.adoc b/README.adoc index 1569e9e..22245f0 100644 --- a/README.adoc +++ b/README.adoc @@ -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] ---- @@ -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] ----