为了账号安全,请及时绑定邮箱和手机立即绑定

运行什么都没有为题就是进行数据库操作的时候不建表

为什么我运行什么都没有为题就是进行数据库操作的时候不建表

正在回答

4 回答

spring:
 profiles:
   active: test
 datasource:
   driver-class-name: com.mysql.jdbc.Driver
   url: jdbc:mysql://localhost:3306/test1
   username: root
   password: root
 jpa:
   hibernate:
     ddl-auto: create
   show-sql: true

我的是这样,可以生成,你们看看代码有错吗

0 回复 有任何疑惑可以回复我~

我的配置是这样的,也没法生成,请问你的可以了吗?

server:
 port: 8089
 tomcat:
   uri-encoding: utf-8

entitymanager:
 packagesToScan: com.bean


spring:
 datasource:
   driver-class-name: com.mysql.jdbc.Driver
   url: jdbc:mysql://127.0.0.1:3306/test?useUnicode=true&characterEncoding=utf-8&useSSL=true
   username: root
   password: 123456
 jpa:
   hibernate:
     ddl-auto: create
   show-sql: true
 jackson:
   serialization: true

0 回复 有任何疑惑可以回复我~

你可能前面没对应好空格

0 回复 有任何疑惑可以回复我~

jpa:

    hibernate:

      ddl-auto: create

    show-sql: true

application设置里有这样设置吗

1 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
2小时学会Spring Boot
  • 参与学习       151599    人
  • 解答问题       1079    个

Spring Boot入门视频教程,你将学会使用Spring Boot快速构建应用程序

进入课程

运行什么都没有为题就是进行数据库操作的时候不建表

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信