Skip to content

Commit

Permalink
Remove unnecessary config / annotation after Spring upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
tdonohue committed Mar 11, 2022
1 parent dd77619 commit 01e036d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
import org.springframework.beans.factory.annotation.Value;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
import org.springframework.data.web.config.EnableSpringDataWebSupport;

/**
* This class provides extra configuration for our Spring Boot Application
Expand All @@ -23,7 +22,6 @@
* @author Tim Donohue
*/
@Configuration
@EnableSpringDataWebSupport
@ComponentScan( {"org.dspace.app.rest.converter", "org.dspace.app.rest.repository", "org.dspace.app.rest.utils",
"org.dspace.app.configuration", "org.dspace.iiif", "org.dspace.app.iiif"})
public class ApplicationConfig {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,6 @@
# interact with or read its configuration from dspace.cfg.
dspace.dir=${dspace.dir}

########################
# Spring DATA Rest settings
#
spring.data.rest.basePath=

########################
# Jackson serialization settings
#
Expand Down

0 comments on commit 01e036d

Please sign in to comment.