Spirngboot+JPA+Oracle环境配置

做项目出现

Spirngboot+JPA+Oracle环境配置_第1张图片

使用

spring.jpa.hibernate.ddl-auto = update

出现


Spirngboot+JPA+Oracle环境配置_第2张图片

使用

spring.jpa.hibernate.ddl-auto = validate

出现

org.springframework.boot.context.event.ApplicationFailedEvent cannot be cast to org.springframework.boot.web.context.WebServerInitializedEvent

Error creating bean with name 'entityManagerFactory' defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa/HibernateJpaAutoConfiguration.class]: Invocation of init method failed; nested exception is javax.persistence.PersistenceException: [PersistenceUnit: default] Unable to build Hibernate SessionFactory

Schema-validation: missing table [T_SIP]

搞了一天,就用文件解密吧,真的赚点分!

在我的资源里!

你可能感兴趣的:(日常记录)