删除 URLConfig.java
This commit is contained in:
@@ -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;}
|
||||
}
|
||||
Reference in New Issue
Block a user