spring: r2dbc: url: r2dbc:h2:mem://testdb;MODE=PostgreSQL;DATABASE_TO_LOWER=TRUE username: sa password: flyway: enabled: true h2: console: enabled: true rate: limit: limit-for-period: 10000 limit-refresh-period: 1s timeout-duration: 0 logging: level: cn.novalon.manage: DEBUG org.springframework.r2dbc: DEBUG org.springframework.web: TRACE