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

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

不能自動生成表

spring:
?profiles:
? ?active: dev
?datasource:
? ?dbcp2:
? ? ?driver-class-name: com.mysql.jdbc.Driver
? ? ?url: jdbc:mysql://localhost:3306/dbgirl
? ? ?username: root
? ? ?password: root
? ? ?default-auto-commit: true
?jpa:
? ?show-sql: true
? ?hibernate:
? ? ?ddl-auto: create



package com.bobo;


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


@Entity
@Table(name = "girl")
public class Girl {
? ?@Id
? ?@GeneratedValue
? ?private Integer id;

? ?private String cupSize;

? ?private Integer age;

? ?public Girl() {
? ?}

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

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

? ?public String getCupSize() {
? ? ? ?return cupSize;
? ?}

? ?public void setCupSize(String cupSize) {
? ? ? ?this.cupSize = cupSize;
? ?}

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

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


控制臺也沒有報錯,表也生成不了

正在回答

2 回答

我感覺還是配置文件的問題你在仔細看看https://img1.sycdn.imooc.com//5af54a160001a32004510267.jpg

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

配置的時候去掉dbcp2:

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

慕粉4289691 提問者

還是沒有效果
2018-03-07 回復 有任何疑惑可以回復我~

舉報

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

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

進入課程

不能自動生成表

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

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

幫助反饋 APP下載

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

公眾號

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