Skip to content

Commit 3863892

Browse files
committed
#65 DO NOT WORK attempt to fix GET /people
Signed-off-by: vityaman <vityaman.dev@yandex.ru>
1 parent 9bed9ed commit 3863892

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

backend/foundation/src/main/resources/application-foundation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ logging:
3131
liquibase: WARN
3232
r2dbc: DEBUG
3333
group:
34-
r2dbc: org.springframework.r2dbc
34+
r2dbc: org.springframework.r2dbc,org.springframework.data.r2dbc,org.jooq.tools.LoggerListener
3535
pattern:
3636
console: "%clr(%d{yyyy-MM-dd'T'HH:mm:ss.SSS}){faint} %clr([%level]) %clr(%logger{36}){blue}: %msg%n"

backend/gateway/src/main/resources/application.yml

+6
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,12 @@ spring:
6161
- Method=GET
6262
- Path=/api/people/{person_id}/matches
6363

64+
- id: get-people
65+
uri: lb://people
66+
predicates:
67+
- Method=GET
68+
- Path=/api/people
69+
6470
- id: get-people-person-id
6571
uri: lb://people
6672
predicates:

0 commit comments

Comments
 (0)