spring.datasource.url= jdbc:postgresql://localhost:5432/testdb?createDatabaseIfNotExist=true&useSSL=false spring.datasource.username=postgres spring.datasource.password=1234 server.port=8045 spring.jpa.hibernate.ddl-auto=update spring.jpa.hibernate.naming.physical-strategy=org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl #spring.jpa.properties.dialect=org.hibernate.dialect.MySQL5InnoDBDialect spring.jpa.properties.hibernate.temp.use_jdbc_metadata_defaults = false spring.jpa.database-platform=org.hibernate.dialect.PostgreSQL9Dialect