Rename application properties to authentication properties

This commit is contained in:
Konstantinos Triantafyllou 2021-11-05 10:26:47 +02:00
parent 59772e4e86
commit a24399060c
2 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ import eu.dnetlib.loginservice.properties.Properties;
@SpringBootApplication(scanBasePackages = {"eu.dnetlib.loginservice"}) @SpringBootApplication(scanBasePackages = {"eu.dnetlib.loginservice"})
@PropertySources({ @PropertySources({
@PropertySource("classpath:application.properties"), @PropertySource("classpath:authentication.properties"),
@PropertySource(value = "classpath:dnet-override.properties", ignoreResourceNotFound = true) @PropertySource(value = "classpath:dnet-override.properties", ignoreResourceNotFound = true)
}) })
@EnableConfigurationProperties({Properties.class}) @EnableConfigurationProperties({Properties.class})