data is displayed as ??? instead of Russian letters. Here is the file application.propertie s:

spring.datasource.url: jdbc: firebirdsql: // localhost: 3050 / D: /DB/mybase.gdb spring. masterkey spring.jpa.hibernate.ddl-auto: update spring.jpa.show-sql: true spring.jpa.properties.hibernate.format_sql: true spring.datasource.connectionProperties: useUnicode = true; characterEncoding = UTF-8;

    1 answer 1

    Try this:

    spring.datasource.url = jdbc:firebirdsql://localhost:3050/D:/DB/mybase.gdb?encoding=UTF8

    • thanks, it turned out! - Sveta
    • @ Light here and here a little more info )) - Cepr0