删除 URLConfig.java
parent
144b0fee9d
commit
51a3673230
|
|
@ -1,11 +0,0 @@
|
||||||
package com.kimgo.wepush.config;
|
|
||||||
|
|
||||||
import org.springframework.beans.factory.annotation.Value;
|
|
||||||
import org.springframework.stereotype.Component;
|
|
||||||
@Component
|
|
||||||
public class URLConfig {
|
|
||||||
@Value("${url.sendTextCardMessageUrl}")
|
|
||||||
private String sendTextCardMessageUrl;
|
|
||||||
|
|
||||||
public String getSendTextCardMessageUrl(){return sendTextCardMessageUrl;}
|
|
||||||
}
|
|
||||||
Loading…
Reference in New Issue