Advertisement
Guest User

Untitled

a guest
Nov 24th, 2017
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. sms.aero.user=логин
  2. sms.aero.password=md5
  3. sms.aero.from=biznes
  4. sms.aero.type=7
  5. sms.aero.url=https://gate.smsaero.ru/send/
  6. _____________________________________
  7. @Value("${sms.aero.user}")
  8. private String smsAeroLogin;
  9.  
  10. @Value("${sms.aero.password}")
  11. private String smsAeroPassword;
  12.  
  13. @Value("${sms.aero.from}")
  14. private String smsAeroFrom;
  15.  
  16. @Value("${sms.aero.type}")
  17. private String smsAeroType;
  18.  
  19. @Value("${sms.aero.url}")
  20. private String smsAeroUri;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement