I included .css and .js in my thymleaf like this :
<script src="/javascript/one.js"></script>
<script src="/javascript/two.js"></script>
<script src="/javascript/three.js"></script>
this error showing up in console
2016-07-24 21:08:05 WARN PageNotFound:1149 - No mapping found for HTTP request with URI [/javascript/one.js] in DispatcherServlet with name 'dispatcherServlet'
2016-07-24 21:08:05 DEBUG DispatcherServlet:997 - Successfully completed request
i dont know where i am missing
src/main/resources/static/. Things should work if you have them in a sub-directoryjavascriptthere.