springboot hibernate运行原生sql语句
发布网友
发布时间:2022-11-07 00:13
我来回答
共1个回答
热心网友
时间:2023-10-30 21:29
1.配置文件设置
spring.jpa.properties.hibernate.current_session_context_class = org.springframework.orm.hibernate5.SpringSessionContext
2.创建hibernate sessionFactory config
3.创建接口
4.实现
这样就能在springboot中运行原生sql语句了