Integrating lightadmin with spring-boot looks already quite simple.
In order to fit better in the overall spring-boot concept, a spring-boot-starter-lightadmin should be provided.
A first implementation could just include the dependencies.
An advanced implementation would do the basic configuration work, too, thus activation lightadmin in a SB project would be just adding spring-boot-starter-lightadmin to the pom.
Integrating lightadmin with spring-boot looks already quite simple.
In order to fit better in the overall spring-boot concept, a
spring-boot-starter-lightadminshould be provided.A first implementation could just include the dependencies.
An advanced implementation would do the basic configuration work, too, thus activation lightadmin in a SB project would be just adding
spring-boot-starter-lightadminto the pom.