Advertisement
Guest User

Untitled

a guest
Jul 18th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.29 KB | None | 0 0
  1. @Component
  2.     public class RussianPostServiceClient {
  3.         @Value("${app.russianpost.apiUrl}")
  4.         private String apiUrl;
  5.  
  6.         @Value("${app.russianpost.user}")
  7.         private String user;
  8.  
  9.         @Value("${app.russianpost.password}")
  10.         private String password;
  11.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement