Browse Source

chore: 线上环境stage stage config数据初始化

370774330@qq.com 5 years ago
parent
commit
a2a0b49164
1 changed files with 2 additions and 2 deletions
  1. 2 2
      web/src/main/resources/application-prod.yaml

+ 2 - 2
web/src/main/resources/application-prod.yaml

@@ -9,8 +9,8 @@ spring:
     continue-on-error: false
     schema:
       - classpath:sql/table_init.sql
-#    data:
-#      - classpath:sql/data_init.sql
+    data:
+      - classpath:sql/data_init.sql
 server:
   port: 8080