spring-booteclipsespring-thymeleafspring-initializr

In spring boot under resources the static and template is not created?


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.


Solution

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

    Simply create it by yourself.