소스 검색

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