我在用PostgreSQL连接SpringBoot时遇到了一个问题。我似乎不能让它工作。如果有任何遗漏,我可以给你更多,但现在这是足够的信息Failed to execute goal org.springframework.boot:spring-boot-maven-plugin: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcE
在添加SearcController之前,应用程序运行得很好,但是它说:Update:在进行了一些搜索之后,我发现我的数据库的服务器没有运行,在运行该服务器并以测试的形式运行我的应用程序之后,我得到了这个错误。当“”未设置时,对的hibernate.dialect访问不能为空。
Full Error!
现在需要从创建的数据库表中填充实体。Spring sts是我的编辑。我还没有创建任何单独的配置类来设置数据源等,因为我希望springboot能够做到这一点。是否需要有单独的配置类来建立连接。但是,当试图填充实体时,会得到以下错误。cannot be null when 'hibernate.dialect' not set
Access to DialectResolutionInfo cannot be null when=fa