0

Under resources why the static and template folder is not created automatically?

src/main/resources

Is there any problem if i create the static and the template folder by my own.

NuwashK
  • 3
  • 1

1 Answers1

0

Not every application needs these folders, and therefore it doesn't make sense to create them automatically.

Simply create it by yourself.

Simon Martinelli
  • 34,053
  • 5
  • 48
  • 82