Project

General

Profile

How to run grails application standalone same as spring boot application

Added by Jellyfish Technologies over 5 years ago

Today, I am going to explain How to run grails application standalone.

Let’s start coding and follow the below steps.

Most of the web application is deployed within external web-server. According to the regular way of deployment, that apps are bundled as war file means war packaging. We can deploy the war in web-server like tomcat and jetty. For more: - [[https://www.jellyfishtechnologies.com/blog/how-to-run-grails-application-standalone-like-as-spring-boot-application/]]