---
title: "Fix Spring Boot H2 JdbcSQLSyntaxErrorException “Table not found”"
url: https://daily.dev/posts/fix-spring-boot-h2-jdbcsqlsyntaxerrorexception-table-not-found--p5jfsodhp
source_url: https://feeds.feedblitz.com/~/895921016/0/baeldung~Fix-Spring-Boot-H-JdbcSQLSyntaxErrorException-Table-not-found
type: article
source: "Baeldung"
published: 2024-05-06T02:25:30.205Z
updated: 2024-05-09T09:28:18.744Z
tags: ["java", "database", "spring-boot"]
reading_time: 3
upvotes: 1
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Fix Spring Boot H2 JdbcSQLSyntaxErrorException “Table not found”

**[Baeldung](https://daily.dev/sources/baeldung)** · 3 min read · 1 upvotes · 0 comments

## Summary

Learn how to fix the H2 exception: JdbcSQLSyntaxErrorException: Table not found in Spring Boot by configuring the H2 database and deferring data initialization after Hibernate initialization.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://feeds.feedblitz.com/~/895921016/0/baeldung~Fix-Spring-Boot-H-JdbcSQLSyntaxErrorException-Table-not-found>

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments

---

Tags: [#java](https://daily.dev/tags/java), [#database](https://daily.dev/tags/database), [#spring-boot](https://daily.dev/tags/spring-boot)

[View this post on daily.dev](https://daily.dev/posts/fix-spring-boot-h2-jdbcsqlsyntaxerrorexception-table-not-found--p5jfsodhp)
