I would like to add multiple images for each item in the web page using spring boot mvc, hibernate JPA. I am not using jsp, just core java only. How could this be done without adding images directly in the mysql db, but a link of the image, image name and size in the db would be fine. This way its easier to add and delete image links in the db. Images can be stored in this location in Intellij IDEA: \src\main\resources\images.

Does a new table need to be created or more columns need to be added in the existing tables. None of the tables has columns about images.