I am facing issue while running the war file at first time. It was not creating database automatically while running. I need to create one empty database for it. So can you please tell me how to create database dynamically while running the war in tomcat for the first time.
However, unlike the Gradle createDb task described in the previous section, the database must exist to be initialized – the server does not create the database automatically but only executes scripts on it.