Git Product home page Git Product logo

spring-data-jpa-course's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

spring-data-jpa-course's Issues

@Deprecated Dialect

Hi, I'm following your course and I noticed that I got a lot of 'relation does not exist' errors.

This is because of the application.properties file. You entered the wrong dialect.

It currently is:
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect which has been deprecated.

while it should be:
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQL95Dialect(if you use the latest version).

See all dialects here, for more.

Steps to reproduce this error:

  1. Clone this project
  2. Switch to a branch which has relations in it (section-5 for example).
  3. Make sure you got the latest PostgreSQL (version 14 in my case)
  4. Run

HikariPool Exception during pool initialization

Hello World,

I am following the course on spring, and I have gotten through everything with no issue, until the part where I need to connect to the database. As I have said in the title, after Hikari fails to start, the first line in the stack trace is :
org.postgresql.util.PSQLException: Something unusual has occurred to cause the driver to fail. Please report this exception.

then a dozen lines later it says:
Caused by: java.lang.IllegalArgumentException: Null value for 'password'

what could be causing it to fail?

P.S sorry for posting this here, but couldn't find a fix for this issue anywhere

application.properties

Hi. I've been following your course for my school project but when I use your .properties code it's greyed out in intellij so it doesn't work for me any advice?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.