Where should I store static resources when I build spring-boot app by gradle?

Viewed 4285

I've found samples that stores static files in /src/main/webapp/ and /src/main/resources/static/. What's the difference and what's the best place to store static files in spring-boot app?

1 Answers
Related