spring: datasource: url: jdbc:mysql://${DB_HOST}:${DB_PORT:3306}/${DB_NAME}?useUnicode=true&characterEncoding=UTF-8&useSSL=false&allowMultiQueries=true&allowPublicKeyRetrieval=true username: ${DB_USERNAME} password: ${DB_PASSWORD} driver-class-name: com.mysql.jdbc.Driver