VOOZH about

URL: https://www.javacodegeeks.com/tag/database-initialization

⇱ Database Initialization Archives - Java Code Geeks


  • Core Java👁 Image
    Omozegie AziegbeAugust 4th, 2025
    0 1,012

    Executing SQL Scripts in H2 Database

    When writing integration tests for database-driven applications, it is often necessary to initialise schemas, preload test data, or run custom…

    Read More »
  • Enterprise Java👁 Image
    Omozegie AziegbeSeptember 24th, 2024
    0 2,516

    Fixing Spring Boot H2 Exception: “Schema not found”

    The H2 “Schema Not Found” exception is a common issue that occurs when using Spring Boot with an H2 in-memory…

    Read More »
Back to top button
Close