文件名称:基于spring boot 2集成hibernate及SQLite的简单实例
文件大小:13KB
文件格式:ZIP
更新时间:2021-05-04 03:58:16
spring boot hibernate sqlite
工作需要用到spring boot jpa(表主键类型为字符串且程序能指定主键值)。 网上找不到这样的例子,只好我自已整理一份了。 该demo基于spring boot 2.0.0.RELEASE构建是个可以运行的最基本的例子,它会自动创建SQLite数据表。 希望能对大家有帮助。
【文件预览】:
hibernateSqlite
----src()
--------main()
--------test()
----pom.xml(2KB)