The isActive property does not get mapped to the is_active column correctly. Using the @MappedProperty annotation
does not change anything.
SELECT banana_."banana_id",
banana_."active",
banana_."is_active",
banana_."is_active",
banana_."very_interesting"
FROM "bananas" banana_
docker-compose upto start postgres container which will automatically execute the db/db.sql file to create table- launch app
- go to localhost:8080/swagger-ui and execute the call, observing the error