Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 467 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 467 Bytes

spring-boot-gallery

Simple gallery, that scans specified folder recoursively and uses subfolders as albums. You can navigate through folders and view images that are located inside.

To specify root folder use config/settings.xml. To specify file extensions considered to be images (case-insensitive), use config/settings.xml.

To specify context path use application.properties.

Start as simple spring boot application: package with maven, start with java -jar.