修改端口以及服务名号读取方式1

docus_webservice_1.1
谭哲荣 3 years ago
parent bea2720f9f
commit 7eedfc619b

@ -19,7 +19,7 @@ public class WebServiceConfig {
}
@Value("${ws.prot}")
private String prot;
@Value("${ws.prot}")
@Value("${ws.parameter}")
private String parameter;
@Bean
public Endpoint endpoint() {

Loading…
Cancel
Save