@@ -1,14 +0,0 @@
|
||||
package ru.soune.nocopy.configuration.file;
|
||||
|
||||
import lombok.Data;
|
||||
import org.springframework.boot.context.properties.ConfigurationProperties;
|
||||
import org.springframework.context.annotation.Configuration;
|
||||
|
||||
@Data
|
||||
@Configuration
|
||||
@ConfigurationProperties(prefix = "yandex")
|
||||
public class YandexConfig {
|
||||
private String apiKey;
|
||||
private String folderId;
|
||||
private String searchUrl;
|
||||
}
|
||||
Reference in New Issue
Block a user