finishing bat win mysql, add copy to C, working mysql setup
GiteaCi/Librography/pipeline/head Build queued...

This commit is contained in:
2021-11-01 00:42:49 -03:00
parent 0dfe660a65
commit 305bf1b595
75 changed files with 51 additions and 8264 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/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