chao 3 年之前
父節點
當前提交
1c305c11b8
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/main/resources/application.yml

+ 2 - 2
src/main/resources/application.yml

@@ -1,5 +1,5 @@
 server:
-  port: 9999
+  port: 8020
 spring:
   thymeleaf:
-    cache: false  #??????
+    cache: true  #生产环境true,本地开发环境false