Преглед изворни кода

feat: postgrep配置信息

jay пре 1 година
родитељ
комит
4561f0b6f3
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      iot-starter/src/main/resources/application.yml

+ 2 - 1
iot-starter/src/main/resources/application.yml

@@ -19,7 +19,8 @@ spring:
         format_sql: true
   sql:
     init:
-      schema-locations: classpath:sql/schema.sql
+#      schema-locations: classpath:sql/schema.sql
+      schema-locations: classpath:sql/schema-postgre.sql
       mode: ALWAYS
 #  datasource:
 #    url: jdbc:h2:./data/iotkit;MODE=MySQL