07 2021 档案
摘要:upload.render({ elem: '#LAY-excel-upload', //绑定元素 url: MODULE_PATH + '/upload',//上传接口(PS:这里不用传递整个 excel) accept: 'file', auto: false, //选择文件后不自动上传 点击按
阅读全文
摘要:1.配置文件: pom.xml中添加依赖: <!-- thymeleaf模版 --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-thymeleaf</artifac
阅读全文
摘要:Spring Boot由于内嵌了如Tomcat,Jetty和Undertow这样的容器,也就是说可以直接跑起来,用不着再像Spring项目还需要外置的Tomcat等容器来进行部署工作了,通过启动启动类就可以建立独立的Spring应用程序。Spring Boot部署在服务器上主要分为两种方式:一是打成
阅读全文