Mock database driver

后端 未结 7 1356
臣服心动
臣服心动 2021-01-17 12:34

Is there some kind of JDBC driver which simply ignores database calls?

For the development I am migrating an application to a virtual machine. Here I want to work on

7条回答
  •  失恋的感觉
    2021-01-17 13:07

    If you're using Spring, make your own class that implements Datasource and have the methods do nothing.

提交回复
热议问题