src/main/resources/application.yml
@@ -15,7 +15,7 @@ datasource: name: prod # JDBC 基本配置 url: jdbc:postgresql://192.168.20.39:5433/langfang url: jdbc:postgresql://192.168.20.39:5433/langfang?useAffectedRows=true username : postgres password: postgres driver-class-name: org.postgresql.Driver