Closes#45 if the PropertyBeanSetter fails to find the setter method via "set" + first property character capitalized, try "set" + property fully capitalized. This handles cases where "url" is used as a property but the setter is setURL() rather than setUrl().
parent
b46e484bad
commit
27cd322fba
@ -0,0 +1,6 @@
|
||||
connectionTestQuery=SELECT 1
|
||||
autoCommit=false
|
||||
dataSourceClassName=com.zaxxer.hikari.mocks.StubDataSource
|
||||
dataSource.user=test
|
||||
dataSource.password=test
|
||||
dataSource.url=jdbc:stub:foo
|
Loading…
Reference in New Issue