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

清除无用注释

parent bb2bd44a
...@@ -35,7 +35,7 @@ import java.util.StringJoiner; ...@@ -35,7 +35,7 @@ import java.util.StringJoiner;
public class KaServiceImpl implements IKaService { public class KaServiceImpl implements IKaService {
@Value("${qapi.http}") // http://localhost:7037 ${qapi.http} @Value("${qapi.http}")
private String kaSysUrl; private String kaSysUrl;
@Autowired @Autowired
......
...@@ -30,7 +30,7 @@ import java.util.Objects; ...@@ -30,7 +30,7 @@ import java.util.Objects;
@Service("xyqbService") @Service("xyqbService")
public class XyqbServiceImpl implements IXyqbService { public class XyqbServiceImpl implements IXyqbService {
@Value("${api.http}") //${api.http} @Value("${api.http}")
private String xyqbSysUrl; 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