要这样写

<script src="./../static/layui/layui.all.js" th:src="@{/layui/layui.all.js}"></script>

注意th:src在springboot中默认就是static文件夹下,所以不用在./…/