mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +08:00
资金管理配置增加缺省值
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ import org.springframework.stereotype.Component;
|
||||
@Data
|
||||
public class InvoiceFilePath {
|
||||
|
||||
@Value("${invoice.filepath}")
|
||||
@Value("${invoice.filepath:}")
|
||||
private String filePath;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user