Commit 3a8ef742 authored by 杨钧's avatar 杨钧

清除无用注释

parent bb2bd44a
......@@ -35,7 +35,7 @@ import java.util.StringJoiner;
public class KaServiceImpl implements IKaService {
@Value("${qapi.http}") // http://localhost:7037 ${qapi.http}
@Value("${qapi.http}")
private String kaSysUrl;
@Autowired
......
......@@ -30,7 +30,7 @@ import java.util.Objects;
@Service("xyqbService")
public class XyqbServiceImpl implements IXyqbService {
@Value("${api.http}") //${api.http}
@Value("${api.http}")
private String xyqbSysUrl;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment