File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
reactive-service/src/main/resources Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -5,4 +5,10 @@ spring.r2dbc.url=r2dbc:mariadb://localhost:3306/wordle
5
5
spring.r2dbc.username =user
6
6
spring.r2dbc.password =password
7
7
spring.r2dbc.pool.max-size =10
8
- spring.r2dbc.pool.max-create-connection-time =10s
8
+ spring.r2dbc.pool.max-create-connection-time =10s
9
+
10
+ # If you are using MariaDB SkySQL (https://mariadb.com/products/skysql),
11
+ # enable SSL and specify the path to the CA chain file that you can download
12
+ # from the SkySQL Portal (https://cloud.mariadb.com):
13
+ #
14
+ # spring.r2dbc.url=r2dbc:mariadb://demo-db0000xxxx.mdb000xxxx.db.skysql.net:5047/reactive-demo?sslMode=VERIFY_CA&serverSslCert=/path/to/skysql_chain.pem
You can’t perform that action at this time.
0 commit comments