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

How to understand 2 main() functions after using uftrace to profile the C++ program? -

c# - Update a combobox from a presenter (MVP) -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -