
17
Apr, 15
Change Default Port Temporarily And Permanently Of Grails 3.x Application
Grails 3 – Change Default Port Grails application by default runs on 8080 port. But if required we can change the default port. Prior to grails 3.x, we can change the port by running the application using following command: grails -Dserver.port=8181 run-app This...
Recent Comments