Bläddra i källkod

feat: postgrep配置信息

jay 1 år sedan
förälder
incheckning
4561f0b6f3
1 ändrade filer med 2 tillägg och 1 borttagningar
  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