argos/dmp-backend/core/src/main/java/eu/eudat/service/dashborad/DashboardServiceConfigurati...

11 lines
309 B
Java
Raw Normal View History

2024-02-08 17:12:47 +01:00
package eu.eudat.service.dashborad;
import org.springframework.boot.context.properties.EnableConfigurationProperties;
import org.springframework.context.annotation.Configuration;
@Configuration
@EnableConfigurationProperties(DashboardServiceProperties.class)
2024-02-08 17:27:54 +01:00
public class DashboardServiceConfiguration {
2024-02-08 17:12:47 +01:00
}