spring.datasource.url=jdbc:postgresql://localhost:5432/postgres spring.datasource.username=iut spring.datasource.password=password974519874185$976 spring.datasource.driver-class-name=org.postgresql.Driver spring.sql.init.mode=always spring.sql.init.schema-locations=classpath:schema.sql spring.jackson.serialization.indent_output = true server.error.include-message=always