Этот коммит содержится в:
Ihar Hancharenka 2025-06-13 15:36:15 +03:00
родитель 5331dd1881
Коммит 89078211bf
4 изменённых файлов: 23 добавлений и 8 удалений

Просмотреть файл

@ -1,5 +1,8 @@
Sergey Vladimirovich Anureev, doctor of economy science
2025
MirTV - Fefelov - Anureev - About Bank Percent of 38:58
https://www.youtube.com/watch?v=EzE1yDjJWUA
2023
DayTV - Fefelov - Anureev - How Many US Soliders are OK of 1:00:56
https://www.youtube.com/watch?v=wo1h139yDUY

Просмотреть файл

@ -34,7 +34,7 @@ KlimZhukov - Master and Margo 1:25:00 of 2:14:35
2023
Metametrics - Zhukov of 59:36
https://www.youtube.com/watch?v=XmBV76fksdk
KlimZhukov - Puchkov - Zhanna DArk - 100-years War of 1:41:40
KlimZhukov - Puchkov - Zhanna DArk - 100-years War 1:00:00 of 1:41:40
https://vk.com/video-3156562_456246105
https://www.youtube.com/watch?v=sS5681K-MBc
!!! Dementiy

Просмотреть файл

@ -0,0 +1,19 @@
https://wiremock.org/docs/request-matching/
https://wiremock.org/docs/request-matching/#path-templates
custom request matchers
https://wiremock.org/docs/extending-wiremock/#custom-request-matchers
https://github.com/tomakehurst/wiremock/blob/master/docs-v2/_docs/request-matching.md
.withHeader("Bearer", containing("some-data"))
"request": {
"method": "POST",
"urlPattern": "/v1/.+/suff",
"bodyPatterns": [
{
"matchesJsonPath" : "$.name"
}, {
"matchesJsonPath": "$[?($.ActivityType == 'SOMEACT')]"
}
]
}

Просмотреть файл

@ -11,9 +11,6 @@ https://wiremock.org/docs/junit-jupiter/
https://wiremock.org/docs/stubbing/
https://wiremock.org/docs/request-matching/
https://wiremock.org/docs/request-matching/#path-templates
https://wiremock.org/docs/extending-wiremock/
https://github.com/tomakehurst/wiremock/issues/684
@ -46,8 +43,6 @@ https://www.infoq.com/presentations/spring-cloud-contract
https://dzone.com/articles/wiremock-mock-your-rest-apis
docs
https://github.com/tomakehurst/wiremock/blob/master/docs-v2/_docs/request-matching.md
.withHeader("Bearer", containing("some-data"))
https://docs.spring.io/spring-cloud-contract/docs/current/reference/html/project-features.html#features-wiremock
@ -93,8 +88,6 @@ https://wiremock.org/docs/mock-api-templates/
https://wiremock.org/docs/mock-api-templates/usage/
https://library.wiremock.org/
custom request matchers
https://wiremock.org/docs/extending-wiremock/#custom-request-matchers
deps
+--- org.springframework.cloud:spring-cloud-contract-wiremock -> 4.1.0