Update themes
This commit is contained in:
@@ -31,7 +31,7 @@ class FakeDataTest {
|
||||
|
||||
val note = FullNoteCreateDTO(title, tags, chapters)
|
||||
|
||||
notesService.createNote(15, note)
|
||||
notesService.createNote(1, note)
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -16,9 +16,9 @@ import org.kodein.di.generic.singleton
|
||||
|
||||
|
||||
val hikariConfig = HikariConfig().apply {
|
||||
jdbcUrl = "jdbc:mariadb://localhost:3306/Notes"
|
||||
username = "test"
|
||||
password = "test"
|
||||
jdbcUrl = "jdbc:mariadb://localhost:3306/notes"
|
||||
username = "notes"
|
||||
password = "notes"
|
||||
}
|
||||
|
||||
val dataSource = HikariDataSource(hikariConfig)
|
||||
|
||||
Reference in New Issue
Block a user