We have a a java/jsp servlet application running on weblogic today. I would like to convert this application to a spring-boot application? The app uses ANT for build and i would like to also figure out all jar dependecies and convert this app to a maven application.
I also have standalone java applications running on commandline triggered by a cron job that i would like to do the same .
Please advise on how I ca do this.
Sri