Class TestConfiguration.TestRestController
java.lang.Object
org.bremersee.exception.spring.boot.autoconfigure.reactive.app.TestConfiguration.TestRestController
- Enclosing class:
- TestConfiguration
The test rest controller.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
TestRestController
public TestRestController()
-
-
Method Details
-
throwServiceException
@GetMapping(path="/api/exception") public reactor.core.publisher.Mono<String> throwServiceException()Throw service exception.- Returns:
- the mono
-