JPA + SpringData 不能有效生成表结构的情况
在Spring Boot
项目的使用中,JPA是我阅读其他项目时学习的框架,当时觉得比MyBatis
感觉要简便的多,容易快速开发,所以再一次选择了它。
第二次配置并没有像第一次那么顺利,我强行的将应该在application.properties
里的配置转移到了application.yml
中,但是事实证明,启动时会提示"xxx config coudn't find"
,然后改回在application.properties
里的配置就好了。
一般的配置如下:
# JPA spring.jpa.show-sql=true spring.jpa.properties.jadira.usertype.autoRegisterUserTypes=true spring.jpa.hibernate.ddl-auto=update spring.jpa.hibernate.generate-ddl=true spring.jpa.hibernate.open-in-view=true
相关推荐
melonjj 2020-06-26
zhongliwen 2020-06-25
haidaoxianzi 2020-06-20
jediaellu 2020-06-02
Danialzhou 2020-05-30
meleto 2020-05-30
geek00 2020-05-27
TNTMysql工程师 2020-05-12
URML 2020-05-09
lclcsmart 2020-03-26
Pinkr 2020-03-12
微微撒 2020-03-08
东方咖啡屋 2020-03-01
whbing 2020-02-21
haidaoxianzi 2020-02-20
neweastsun 2020-02-18
饮马天涯 2020-02-02
suixinsuoyu 2020-01-31