Browse Source

数据备案

tianwu.sun 11 months ago
parent
commit
630c015e05
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/main/resources/application.yml

+ 3 - 1
src/main/resources/application.yml

@@ -18,10 +18,12 @@ spring:
     time-zone: GMT+8
     date-format: yyyy-MM-dd HH:mm:ss
   profiles:
+#    开发环境
+#    active: dev
 #    测试环境
     active: test
 #    #生产环境
-#    active: pro
+#    active: prod
   servlet:
     multipart:
       max-file-size: 30Mb