You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugins/customizations/kotlin-backend-application/src/main/java/io/zenwave360/sdk/plugins/kotlin/OpenAPIControllersKotlinHelpers.java
Copy file name to clipboardExpand all lines: plugins/customizations/kotlin-backend-application/src/main/resources/io/zenwave360/sdk/plugins/kotlin/BackendApplicationDefaultGenerator/src/main/kotlin/core/domain/jpa/Entity.kt.hbs
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -166,6 +166,10 @@ data class {{entity.className}}(
Copy file name to clipboardExpand all lines: plugins/customizations/kotlin-backend-application/src/main/resources/io/zenwave360/sdk/plugins/kotlin/BackendApplicationDefaultGenerator/src/main/kotlin/core/domain/mongodb/Entity.kt.hbs
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -72,6 +72,10 @@ data class {{entity.className}}(
Copy file name to clipboardExpand all lines: plugins/customizations/kotlin-backend-application/src/main/resources/io/zenwave360/sdk/plugins/kotlin/BackendApplicationDefaultGenerator/src/main/kotlin/core/implementation/mappers/ServiceMapper.kt.hbs
Copy file name to clipboardExpand all lines: plugins/customizations/kotlin-backend-application/src/main/resources/io/zenwave360/sdk/plugins/kotlin/BackendApplicationDefaultGenerator/src/test/kotlin/config/ServicesInMemoryConfig.kt.hbs
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ open class ServicesInMemoryConfig : RepositoriesInMemoryConfig() {
52
52
53
53
{{~#eachservicesas |service|}}
54
54
@Bean
55
-
fun <T : {{service.name}}> {{asInstanceNameservice.name}}(): T {
55
+
open fun <T : {{service.name}}> {{asInstanceNameservice.name}}(): T {
56
56
return {{asInstanceNameservice.name}} as T
57
57
}
58
58
{{~/each}}
@@ -79,9 +79,9 @@ open class ServicesInMemoryConfig : RepositoriesInMemoryConfig() {
79
79
80
80
{{~#if (includeEmitEventsImplementationservice)}}
81
81
{{~#if (needsEventsProducerservice)}}
82
-
fun getEventsProducerInMemoryContext(): EventsProducerInMemoryContext {
83
-
return eventsProducerInMemoryContext
84
-
}
82
+
// fun getEventsProducerInMemoryContext(): EventsProducerInMemoryContext {
Copy file name to clipboardExpand all lines: plugins/customizations/kotlin-backend-application/src/main/resources/io/zenwave360/sdk/plugins/kotlin/OpenAPIControllersGenerator/src/main/kotlin/web/mappers/ServiceDTOsMapper.kt.hbs
Copy file name to clipboardExpand all lines: plugins/customizations/kotlin-backend-application/src/main/resources/io/zenwave360/sdk/plugins/kotlin/OpenAPIControllersGenerator/src/main/kotlin/web/mvc/ServiceApiController.kt.hbs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ open class {{serviceName}}ApiController(
Copy file name to clipboardExpand all lines: plugins/customizations/kotlin-backend-application/src/test/java/io/zenwave360/sdk/plugins/kotlin/SpringWebTestClientKotlinGeneratorTest.java
Copy file name to clipboardExpand all lines: plugins/openapi-spring-webtestclient/src/main/java/io/zenwave360/sdk/plugins/SpringWebTestClientPlugin.java
0 commit comments