Get null id value from Mapper Object in my Spring Boot through Neo4j

Hi,

I have a problem about getting id value null from sending any request like createCity, updateCity, createRoute and updateRoute.

I defined CityResponse and RouteResponse for mapper object.

I think there is a problem in docker-compose.yml related with data which is stored in the volume.

Here is the screenshot

How can I fix the issue?

Here is my repository link : Link

Have you fixed the problem? I did a fresh checkout of your project and get

{
"id": "3f443c84-7909-41ba-9375-a83546e83595",
"name": "Braunschweig",
"routes":
}

when calling

POST http://localhost:8077/api/v1/city
Content-Type: application/json

{
"name": "Braunschweig"}