Start and setup in-memory DB using Spring

后端 未结 4 692
渐次进展
渐次进展 2021-01-01 20:29

I\'m writing a small demo application in Java using Spring, that needs to have access to a database. It should run on different machines and it would be far too much effort

4条回答
  •  感情败类
    2021-01-01 20:45

    Spring has some built-in embedded database support, see embedded database support in the documentation.

提交回复
热议问题