Skip to content

Passed

org.appng.core.controller.handler.ServiceRequestHandlerTest.testRestWrongURL

Took 7 ms.

Standard Output

2020-11-23 10:52:00,195 INFO  [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@4910baf8: startup date [Mon Nov 23 10:52:00 CET 2020]; root of context hierarchy
2020-11-23 10:52:00,200 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/add/{a}/{b}],methods=[GET],produces=[application/json;charset=UTF-8]}" onto public org.springframework.http.ResponseEntity<org.appng.core.controller.handler.ServiceRequestHandlerTest$FoobarRest$Result> org.appng.core.controller.handler.ServiceRequestHandlerTest$FoobarRest.add(java.lang.Integer,java.lang.Integer) throws org.appng.api.BusinessException
2020-11-23 10:52:00,202 WARN  [main] org.appng.core.controller.handler.RestService: no @RestController found for /services/site1/appng-demoapplication/rest/notfound