Guest User

Untitled

a guest
Nov 7th, 2017
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. private static String DRIVER_CLASS = "com.mysql.jdbc.Driver";
  2. private static String USER_NAME = "valtech";
  3. private static String PASSWORD = "valtech123";
  4. private static String RDS_ENDPOINT = "jdbc:mysql://valtech-training.cqx1rqbejdw5.us-west-2.rds.amazonaws.com:3306/valtechdev";
Add Comment
Please, Sign In to add comment