API
Modernizer Console
● Engine Online (Sandbox Mode)
INPUT: Spring Boot Java Controller (Type or modify below)
@RestController @RequestMapping("/api/v1") public class OrderController { @GetMapping("/orders") public ResponseEntity
> getOrders() { return ResponseEntity.ok(orderService.findAll()); } }
OUTPUT: Compiled Mule 4 XML Configuration