Advertisement
Guest User

Untitled

a guest
Oct 16th, 2016
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.66 KB | None | 0 0
  1. /*
  2.  * To change this license header, choose License Headers in Project Properties.
  3.  * To change this template file, choose Tools | Templates
  4.  * and open the template in the editor.
  5.  */
  6. package cl.cvalpo.utils;
  7.  
  8. /**
  9.  *
  10.  * @author Esteban Perez
  11.  */
  12. public class Constantes {
  13.  
  14.     public static final String JDBC_DRIVER = "com.mysql.cj.jdbc.Driver";
  15.     public static final String DB_USERNAME = "servis";
  16.     public static final String DB_PASSWORD = "22071993";
  17.     public static final String DATABASE_NAME = "jdbc:mysql://146.83.216.163:3306/ServicioIS?useUnicode=true&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=UTC";
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement