Skip to content
Snippets Groups Projects
Commit c66d4082 authored by Robert Goldmann's avatar Robert Goldmann
Browse files

cleanup

parent 24391f40
No related branches found
No related tags found
1 merge request!58merge new_database_structure into master
{
"databaseUrl": "jdbc:mysql://localhost:3306/",
"databaseName": "budgetmastersave",
"databaseName": "budgetmaster",
"databaseUsername": "root",
"databasePassword": "",
"serverPort": 9000,
......
......@@ -41,7 +41,6 @@ public class Main
try
{
settings = Utils.loadSettings();
System.out.println(settings);
new SparkServer(settings);
}
catch(IOException e)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment