anpasssung DB Verbindung und Ini ausgabe

This commit is contained in:
Sebastian Zeidler
2019-08-09 17:13:55 +02:00
parent 2b72562170
commit 2f91ce6e4f
8 changed files with 95 additions and 6 deletions

1
build.gradle Normal file → Executable file
View File

@ -25,6 +25,7 @@ repositories {
dependencies {
compile "net.dv8tion:JDA:$jdaVersion"
compile "org.slf4j:slf4j-simple:1.6.1"
compile group: 'mysql', name: 'mysql-connector-java', version: '5.1.6'
}
repositories {