mirror of
https://github.com/Dannecron/spring-boot-demo.git
synced 2025-12-25 16:22:35 +03:00
fixes
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
group = "com.github.dannecron.demo"
|
||||
version = "single-version"
|
||||
|
||||
dependencies {
|
||||
implementation(project(":edge-contracts"))
|
||||
implementation(project(":core"))
|
||||
|
||||
implementation(rootProject.libs.jackson.datatype.jsr)
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
package com.github.dannecron.demo.edgeconsumer.config
|
||||
package com.github.dannecron.demo.edgeconsuming.config
|
||||
|
||||
import com.github.dannecron.demo.edgeconsuming.config.CityConsumerConfig
|
||||
import com.github.dannecron.demo.edgeconsuming.consumer.CityCreateConsumer
|
||||
import com.github.dannecron.demo.edgeconsuming.dto.CityCreateDto
|
||||
import kotlinx.serialization.encodeToString
|
||||
Reference in New Issue
Block a user