Step 7: Start the Server
Now it’s time to test the application. The application can be tested either by creating a war package and deploying on a tomcat server or by using the embedded tomcat server.
Run the application
Run the following command in the terminal to run the application :
$ ./gradlew --no-daemon run
More details here
What’s Next?
Congratulations! You have learned how to create simple axelor application. Follow the Developer Guide for more detailed documentation.