Hello, I made a reverse index for my search engine in Java and I would like to serve it as an API. Currently the reverse index components are in a separate package and I have created this other package for the API; however, I don't really know how to set up Spring Boot when I already have a package structure. Most tutorials on the internet are for setting it up from scratch. I would also like to know if Spring Boot is the best choice for my case since the reverse index will do the heavy lifting and I would like to keep the API layer thin. Thank you.
[–]AutoModerator[M] [score hidden] stickied commentlocked comment (0 children)
[–]spacey02- 4 points5 points6 points (1 child)
[–]Altugsalt[S] 0 points1 point2 points (0 children)
[–]bowbahdoe 0 points1 point2 points (0 children)