erp注解修改
This commit is contained in:
@@ -22,10 +22,10 @@ import static dm.jdbc.util.DriverUtil.log;
|
||||
@Configuration
|
||||
public class ErpConfig {
|
||||
|
||||
@Value("${erp.address}")
|
||||
@Value("${erp.address:}")
|
||||
private String erpAddress;
|
||||
|
||||
@Value("${erp.sapsys}")
|
||||
@Value("${erp.sapsys:}")
|
||||
private String sapsys;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user