springboot項目多個模塊 只打包changfeng-screen這個模塊java
1在資源管理器中進入 這個模塊所在文件夾spring
2cmd mvn clean package打包springboot
3找到jar包 java -jar xxx.jar 運行jar包app
################################################################################ide
記錄一次錯誤:在idea中運行不報錯 打成jar包 地址欄訪問視圖解析器報錯 「this
This application has no explicit mapping for /error, so you are seeing this as a fallback.idea
緣由:spa
打成jar包後運行報錯:blog
Error resolving template "/rule/list", template might not exist or might not be accessible by any of the configured Template Resolversci
解決方案1:
return時去掉/便可
解決方案2:
配置中添加 spring.thymeleaf.prefix=classpath:/templates