Skip to content

Commit

Permalink
优化 records 类的编码方式
Browse files Browse the repository at this point in the history
  • Loading branch information
vnobo committed Oct 30, 2023
1 parent 9bb4abb commit 3392247
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions boot/platform/src/main/resources/application-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ logging:
server.port: 8080

spring:
application.name: platform
application.name: plate
r2dbc:
url: r2dbc:postgres://192.168.1.2:5432/plate?fetchSize=5000
username: farmer
Expand All @@ -24,9 +24,11 @@ spring:
max-acquire-time: 5s
validation-query: "select version()"
sql.init:
mode: always
mode: never
platform: postgres
encoding: utf-8
data.redis:
host: 192.168.1.2
connect-timeout: 10s
timeout: 30s
repositories.enabled: false

0 comments on commit 3392247

Please sign in to comment.