Skip to content

thejerome/spring-boot-gallery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.