Ponga useSSL=false al final de la base de datos de nombres:
Connection con=DriverManager.getConnection("jdbc:mysql://localhost:3306/INTtech?useSSL=false","root","root");
Ponga useSSL=false al final de la base de datos de nombres:
Connection con=DriverManager.getConnection("jdbc:mysql://localhost:3306/INTtech?useSSL=false","root","root");