finishing bat win mysql, add copy to C, working mysql setup
GiteaCi/Librography/pipeline/head Build queued...
GiteaCi/Librography/pipeline/head Build queued...
This commit is contained in:
@@ -59,7 +59,7 @@ public class ConexaoBanco {
|
||||
String contentPass;
|
||||
contentPass = new String(Files.readAllBytes(Paths.get(dbpassPath)));
|
||||
|
||||
String url = "jdbc:mysql://" + contentIP + ":3306/applibrography"; //Nome da base de dados
|
||||
String url = "jdbc:mysql://" + contentIP + ":3306/gowl"; //Nome da base de dados
|
||||
String user = contentUser; //nome do usuário do MySQL
|
||||
String password = contentPass; //senha do MySQL
|
||||
|
||||
|
||||
@@ -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")) {
|
||||
|
||||
Reference in New Issue
Block a user