我需要在 Boot 中使用firebird数据库创建一个应用程序,并且必须在sql中传递一个列表作为结果,但是我不知道如何在springboot中实现resultset如何在Spring实现这个,我所有的尝试都失败了,因为firebird数据库没有返回任何东西
kmbjn2e31#
你可以检查基本的spring crud api的任何例子,并用firebird更改数据库。你将做的唯一更改是:
spring.datasource.url=jdbc:firebirdsql://localhost/employee
https://stackoverflow.com/a/49411032/2165146
1条答案
按热度按时间kmbjn2e31#
你可以检查基本的spring crud api的任何例子,并用firebird更改数据库。你将做的唯一更改是:
https://stackoverflow.com/a/49411032/2165146