Server REST interface
Hello! It will be very useful to server have REST interface together or insteadof MVC. In our project we want use REST insteadof MVC. Can we fork spring-batch-lightmin-server sub-project? Thanks!
Hi, I will work on this topic, when I have time to rewrite the UI. My idea is to use vue.js, so I need a REST API.
Hi @bespalov86 , starting with upcoming releases 1.0.0 (Spring Boot 1.5.x) and 2.0.0 (Spring Boot 2.1.x) the whole project is split into modules. Based on this structure, it will be easy to add am REST API for the server.
If you already have an implemented this api, feel free to create a sub module for the server (please branch/fork from the next branch) and provide a merge request.