79658616

Date: 2025-06-09 09:02:24
Score: 1
Natty:
Report link

Unless you do not introduce jdbc-related dependencies, spring automatic configuration will always require you to have a database connection.

The h2 database can be introduced.

<dependency>
    <groupId>com.h2database</groupId>
    <artifactId>h2</artifactId>
    <scope>runtime</scope>
</dependency>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Qeir Mr.钟