working and build on windows 7 again
GiteaCi/Librography/pipeline/head Build queued...

This commit is contained in:
2021-11-02 00:16:44 -03:00
parent 305bf1b595
commit c4e07bb81b
47 changed files with 210 additions and 2222 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ public class ConexaoBanco {
String contentPass;
contentPass = new String(Files.readAllBytes(Paths.get(dbpassPath)));
String url = "jdbc:mysql://" + contentIP + ":3306/gowl"; //Nome da base de dados
String url = "jdbc:mysql://" + contentIP + ":3306/applibrography"; //Nome da base de dados
String user = contentUser; //nome do usuário do MySQL
String password = contentPass; //senha do MySQL
+1 -1
View File
@@ -180,7 +180,7 @@ public class FormLogin extends javax.swing.JFrame {
/* If Nimbus (introduced in Java SE 6) is not available, stay with the default look and feel.
* For details see http://download.oracle.com/javase/tutorial/uiswing/lookandfeel/plaf.html
*/
/*
OptionsDao optionsdao = new OptionsDao();
String temaPadrao = optionsdao.retornaOption(30);
if (temaPadrao.equals("Tema Claro")) {