摘要: 查看进程并按占用内存进行排序 top -o -mem 阅读全文
posted @ 2021-03-14 23:41 poterliu 阅读(905) 评论(0) 推荐(0) 编辑
摘要: ##Linux 服务器上运行 Spring Boot 项目 ###打包且跳过测试类执行检查 mvn clean package test -DskipTests=true ###命令行启动项目 mvn -jar jarName ###后台运行 上面的这种方式,只要控制台关闭,服务就不能访问了。可以用 阅读全文
posted @ 2021-03-14 23:04 poterliu 阅读(355) 评论(0) 推荐(0) 编辑
摘要: 解决方案: spring.thymeleaf.cache=false spring.thymeleaf.prefix=classpath:/templates/ spring.thymeleaf.suffix=.html 改成 spring.thymeleaf.cache=false spring. 阅读全文
posted @ 2021-03-14 21:28 poterliu 阅读(996) 评论(0) 推荐(0) 编辑