Added another context configuration file. Made the datasource config property more obvious.
This commit is contained in:
@@ -85,7 +85,7 @@ public class NLSongsDBTest {
|
||||
|
||||
// Create Hikari datasource
|
||||
HikariConfig hcfg = new HikariConfig(
|
||||
"resources/test/WEB-INF/classes/datasource.test.properties")
|
||||
"resources/test/WEB-INF/classes/datasource.properties")
|
||||
|
||||
HikariDataSource dataSource = new HikariDataSource(hcfg)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user