Friday, March 11, 2022

How to use third party jfreecharts api in a spring application

 JfreeCharts is a third party open source api to generate api.

Below is the low level work flow



No comments:

Post a Comment

Testing controller

------Controller------------- @RestController @RequestMapping("/items") public class ItemController {     private final ItemServic...