亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

為了賬號安全,請及時綁定郵箱和手機立即綁定

沒有自動新建表

運行后,數據庫中沒有看到新建的表格

正在回答

2 回答

server:
??port:?8080
boy:
??height:?171cm
??age:?22
??#content:?"身高:${height},年齡:${age}"
datasource:
??driver-class-name:?com.mysql.jdbc.Driver
??url:?jdbc:mysql://127.0.0.1:3307/dbboy
??usename:?root
??password:?960328
jpa:
??hibernate:
????hbm2ddl-auto:?create
??show-sql:?true
package?com.example.entity;

import?javax.persistence.Entity;
import?javax.persistence.GeneratedValue;
import?javax.persistence.Id;
import?javax.persistence.Table;

/**
?*?Create?by?土豆兒
?*?2018/9/6?13:39
?*/
@Entity
@Table(name="user")
public?class?Boy?{

????@Id
????@GeneratedValue
????private?int?id;

????private?String?height;

????private?Integer?age;

????public?Boy()?{
????}

????public?Integer?getId()?{
????????return?id;
????}

????public?void?setId(Integer?id)?{
????????this.id?=?id;
????}

????public?String?getHeight()?{
????????return?height;
????}

????public?void?setHeight(String?height)?{
????????this.height?=?height;
????}

????public?Integer?getAge()?{
????????return?age;
????}

????public?void?setAge(Integer?age)?{
????????this.age?=?age;
????}
}


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

貼上代碼看看

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

舉報

0/150
提交
取消
2小時學會Spring Boot
  • 參與學習       151526    人
  • 解答問題       1132    個

Spring Boot入門視頻教程,你將學會使用Spring Boot快速構建應用程序

進入課程

沒有自動新建表

我要回答 關注問題
微信客服

購課補貼
聯系客服咨詢優惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號