Setzen Sie useSSL=false an das Ende der Namensdatenbank:
Connection con=DriverManager.getConnection("jdbc:mysql://localhost:3306/INTtech?useSSL=false","root","root");
Setzen Sie useSSL=false an das Ende der Namensdatenbank:
Connection con=DriverManager.getConnection("jdbc:mysql://localhost:3306/INTtech?useSSL=false","root","root");