mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-12 04:23:13 +00:00
12 lines
650 B
INI
12 lines
650 B
INI
#-------------------------------------------------------------#
|
|
#--------------DSPACE SPRING CONFIGURATIONS-------------------#
|
|
#-------------------------------------------------------------#
|
|
# Configuration properties used solely by the dspace services #
|
|
#-------------------------------------------------------------#
|
|
|
|
# The class names of the modules which the dspace servicemanager will attempt to retrieve.
|
|
# These classes contain the paths to where to spring files are loaded
|
|
spring.springloader.modules=org.dspace.app.configuration.APISpringLoader,\
|
|
org.dspace.app.rest.configuration.RESTSpringLoader,\
|
|
org.dspace.xoai.app.OAISpringLoader
|