server.port=8081 spring.datasource.url = jdbc:postgresql://localhost:5432/postgres spring.datasource.username = postgres spring.datasource.password = password.1 spring.jpa.generate-ddl=false spring.jpa.hibernate.ddl-auto = none spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect spring.jpa.properties.hibernate.format_sql=true logging.level.org.hibernate.SQL=ERROR #logging.level.org.hibernate.type.descriptor.sql.BasicBinder=TRACE