Commit 1d9e20f7 authored by Quxl's avatar Quxl

x

parent ae35bf07
...@@ -17,13 +17,13 @@ public class PdsService { ...@@ -17,13 +17,13 @@ public class PdsService {
@Autowired @Autowired
private JdbcTemplate jdbcTemplate; private JdbcTemplate jdbcTemplate;
@Value("pds.url_update") @Value("${pds.url_update}")
private String urlUpdate; private String urlUpdate;
@Value("pds.auth_key") @Value("${pds.auth_key}")
private String authKey; private String authKey;
@Value("pds.auth_value") @Value("${pds.auth_value}")
private String authValue; private String authValue;
@Transactional @Transactional
......
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