mirror of
https://gitlab.rlp.net/proj-wise2526-video2document/video2document.git
synced 2026-06-15 18:01:52 +02:00
Delete AppProperties.java
This commit is contained in:
parent
55555bcc37
commit
3bbd82eddc
@@ -1,13 +0,0 @@
|
|||||||
package com.v2d.document.config;
|
|
||||||
|
|
||||||
import org.springframework.boot.context.properties.ConfigurationProperties;
|
|
||||||
import org.springframework.context.annotation.Configuration;
|
|
||||||
|
|
||||||
@Configuration
|
|
||||||
@ConfigurationProperties(prefix = "app.external")
|
|
||||||
public class AppProperties {
|
|
||||||
private String apiKey;
|
|
||||||
|
|
||||||
public String getApiKey() { return apiKey; }
|
|
||||||
public void setApiKey(String apiKey) { this.apiKey = apiKey; }
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user