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