Springboot application facing bellow error or need to implement real test data base:Senario:Could not prepare statement [Table “XXXX” not found (this database is empty); SQL statementSolution:Add bellow configuration in test application.ymlspring: test: database: replace: none---Code:@DataJpaTest
@TestPropertySource(properties = {
...
Build Your Own Test Framework
-
[image: Build Your Own Test Framework]
Learn to write better automated tests that will dramatically increase your
productivity and have fun while doing so...
1 hour ago