0

"grails run-app" is functioning normally,

But "grails install-templates" did not run.

My version of Grills is 3.3.8.

enter image description here

( The purpose of this is to create web.xml. )

thanks!

1 Answers1

0

install-templates script is part of Grails scaffolding plugin. Make sure that you have it in your project dependencies.

Andriy Budzinskyy
  • 1,971
  • 22
  • 28