Код: Выделить всё
spring:
datasource:
driverClassName: org.postgresql.Driver
url: jdbc:postgresql://localhost:5432/xxxx
username: xxxxx
password: xxxxxxxx
jpa:
show-sql: true
properties:
hibernate.hibernate.dialect: org.hibernate.dialect.PostgreSQLDialect
sql:
init:
encoding: UTF-8
Подробнее здесь: https://stackoverflow.com/questions/792 ... postgresql