* Initial impl * Update framework versions testing from jm to wrk * Add hyperfoil * Add hyperfoil read me
8 lines
250 B
INI
8 lines
250 B
INI
spring.r2dbc.url=${DB_URL:r2dbc:mysql://localhost:3306/baeldung?useSSL=true&requireSSL=true}
|
|
spring.r2dbc.properties.sslMode=required
|
|
spring.r2dbc.username=root
|
|
spring.r2dbc.password=root
|
|
spring.r2dbc.pool.enabled=true
|
|
spring.r2dbc.pool.maxSize=95
|
|
|