dbf exporter (incomplete)

This commit is contained in:
akulikov 2022-08-11 16:45:42 +03:00
parent 80eec5be9b
commit 721c8ff569

View file

@ -1,11 +1,9 @@
package ru.spcex.clearing.dbf.exporter.properties;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.context.annotation.PropertySource;
import org.springframework.stereotype.Component;
@Component("dbfExporterProperties")
@PropertySource("classpath:application.properties")
public class AProperties {
@Value("${db.jdbc-url}")