spring-batch-lightmin icon indicating copy to clipboard operation
spring-batch-lightmin copied to clipboard

Server REST interface

Open bespalov86 opened this issue 7 years ago • 2 comments

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!

bespalov86 avatar Jul 08 '18 12:07 bespalov86

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.

tuxdevelop avatar Jul 15 '18 17:07 tuxdevelop

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.

tuxdevelop avatar Dec 08 '18 17:12 tuxdevelop