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

Popular posts from this blog

javascript - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -