Beim Versuch, meinen Java-Spring-Boot-Server auszuführen, erhalte ich immer wieder Fehlermeldungen
Posted: 13 Jan 2025, 12:02
Ich habe versucht, das Spring-Boot-Projekt auszuführen, an dem ich und meine Freunde als Team gearbeitet haben, aber jedes Mal, wenn ich versuche, das Projekt auf meinem System auszuführen, erhalte ich weiterhin diese Fehler
Ich habe versucht, die Pakete neu zu installieren oder sogar das Projekt herunterzuladen und erneut auszuführen, aber nichts scheint zu funktionieren.
Code: Select all
2024-01-18T19:33:59.151+03:30 ERROR 12916 --- [ restartedMain] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Exception during pool initialization.
2024-01-18T19:33:59.155+03:30 WARN 12916 --- [ restartedMain] o.h.e.j.e.i.JdbcEnvironmentInitiator : HHH000342: Could not obtain connection to query metadata
2024-01-18T19:33:59.168+03:30 WARN 12916 --- [ restartedMain] org.hibernate.orm.deprecation : HHH90000025: PostgreSQLDialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default)
2024-01-18T19:34:00.718+03:30 ERROR 12916 --- [ restartedMain] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Exception during pool initialization.
2024-01-18T19:34:00.718+03:30 ERROR 12916 --- [ restartedMain] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Exception during pool initialization.
Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled.
2024-01-18T19:34:00.748+03:30 ERROR 12916 --- [ restartedMain] o.s.boot.SpringApplication : Application run failed