事务:@Transactional
数据库配置:
spring:
datasource:
url: jdbc:mysql://192.168.1.105/spring
data-username: root
data-password:
driver-class-name: com.mysql.jdbc.Driver
jpa:
hibernate:
ddl-auto: create
#开发能看到sql语句
show-sql: true
Posted wmm1117
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了spring boot jpa相关的知识,希望对你有一定的参考价值。
事务:@Transactional
数据库配置:
spring:
datasource:
url: jdbc:mysql://192.168.1.105/spring
data-username: root
data-password:
driver-class-name: com.mysql.jdbc.Driver
jpa:
hibernate:
ddl-auto: create
#开发能看到sql语句
show-sql: true
以上是关于spring boot jpa的主要内容,如果未能解决你的问题,请参考以下文章
spring boot系列spring boot 配置spring data jpa (查询方法)
Spring Boot (十五): Spring Boot + Jpa + Thymeleaf 增删改查示例
初入spring boot(五 )Spring Data JPA