testing - Integration test with spring boot -
i'm developing rest api using spring boot. know can make integration tests using 'test database' h2 , spring boot able initialize sql scripts.
however, application accessing database through procedures using old home made library , cannot refactor jpa (unfortunately).
i not think can setup database , procedures h2 (because i'm using non-standard database).
my question is: how can test endpoints in conditions?
thanks
Comments
Post a Comment