webtestclient
There are 16 repositories under webtestclient topic.
callicoder/spring-webclient-webtestclient-demo
Spring 5 Reactive WebClient and WebTestClient Demo
josdem/reactive-webflux-workshop
This project shows how to use reactive streams with Spring WebFlux
Agslz/junit-mockito-springboot
Repositorio sobre Testing en Java en el cual se aplican tecnologías tales como JUnit, Mockito, TDD, BDD, MockMvc, WebTestClient, Swagger
crisandolindesmanrumahorbo/reactive-spring-webclient
Spring boot with WebClient and WebTestClient
web-testing-software/icL
A new vision to web testing. An innovational tool which you cannot use today, but tomorrow it will be possible! Read "contributing" file if you are interested, otherwise read "readme" file for more information.
avanishbharati/ChuckNorrisJokesSplitter
Parallel Service Integration using Spring Boot, Apache Camel and WebTestClient
claudio-tortorelli/Bellerofonte
My 2003 bachelor's degree thesis project - a web testing tool
sergio-losada/Java-Spring-MySQL
Implementation of a users REST API service using Java Spring Boot and MySQL and tested with Testcontainers, JUnit5 and Mockito
CheolhoJeon/testing-spring-mvc-with-web-test-client-sample
🙌 WebTestClient로 Spring MVC 기반의 웹 레이어를 테스트하는 샘플 예제를 관리합니다
daggerok/jpa-uuid
Using UUID as JPA entity identifier in different frameworks with on pg, mysql and h2 relational databases
josdem/spring-webtestclient-workshop
This project shows how to use webclient to test REST services
josdem/thymeleaf-workshop
Spring Webflux with Thymeleaf
ParkYunHo/lotto-portfolio
DDD 9기 로또포트폴리오 서버 (개별작업)
Thitikorn-Nupan/spring-boot-security-webflux-and-authen-jwt-crud-reactive-mongodb
(modify) this project have many diffences config for spring security , example part of code jwt authenticate and filter chain. (differnce but same result spring mvc) but it makes me know way to work security with webflux and i don't want to go in deep, just make sure i was done it. when i'll project webflux this is a ref one.
Thitikorn-Nupan/spring-boot-webflux-crud-reactive-mongodb-and-testing-with-webflux-client
this project makes me understand more about spring webflux , how to use it with database as mongodb. (no sql) i still understand the concept of it (non-blocking I/O) but when i try to use it insteads spring mvc i think it's quite same. but whatever i know the way to build api and know some configs mongodb that's perfect this time!