JuKu / ansible-manager

A ansible manager / server as an alternative to Ansible semaphore and ansible tower
Apache License 2.0
1 stars 0 forks source link

Generate typescript classes from Java DTOs #36

Closed JuKu closed 2 years ago

JuKu commented 2 years ago

Currently we have to create every API DTO on both sides: backend and frontend. It would be a better idea, if we can generate the DTOs on frontend side with a maven plugin.