Advertisement
Guest User

Untitled

a guest
Jul 4th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.25 KB | None | 0 0
  1. # To change this template, choose Tools | Templates
  2. # and open the template in the editor.
  3.  
  4. DRIVER=com.mysql.jdbc.Driver
  5.  
  6. USERNAME=gast
  7. PASSWORD=gast
  8. CONNSTRING=jdbc:mysql://localhost:3306/classicmodels
  9.  
  10. SQL_GETPRODUCTS=select * from products
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement