You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
org.springframework.web.context.ContextLoader - Context initialization failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.jdbc.datasource.init.DataSourceInitializer#0': Invocation of init method failed; nested exception is org.springframework.jdbc.datasource.init.CannotReadScriptException: Cannot read SQL script from class path resource [db/tables/mysql_database_tables.sql]; nested exception is java.io.FileNotFoundException: class path resource [db/tables/mysql_database_tables.sql] cannot be opened because it does not exist
but the xml file is present still i am getting this error
The text was updated successfully, but these errors were encountered:
hi i am new to this is the error
org.springframework.web.context.ContextLoader - Context initialization failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.jdbc.datasource.init.DataSourceInitializer#0': Invocation of init method failed; nested exception is org.springframework.jdbc.datasource.init.CannotReadScriptException: Cannot read SQL script from class path resource [db/tables/mysql_database_tables.sql]; nested exception is java.io.FileNotFoundException: class path resource [db/tables/mysql_database_tables.sql] cannot be opened because it does not exist
but the xml file is present still i am getting this error
The text was updated successfully, but these errors were encountered: