浏览代码

Build and deploy

Andrew Grant 6 月之前
父节点
当前提交
8647804f76
共有 1 个文件被更改,包括 8 次插入3 次删除
  1. 8 3
      pom.xml

+ 8 - 3
pom.xml

@@ -120,6 +120,13 @@
     <build>
 
         <plugins>
+
+            <plugin>
+                <groupId>org.springframework.boot</groupId>
+                <artifactId>spring-boot-maven-plugin</artifactId>
+                <version>3.4.5</version>
+            </plugin>
+
             <plugin>
                 <groupId>org.jacoco</groupId>
                 <artifactId>jacoco-maven-plugin</artifactId>
@@ -163,9 +170,7 @@
                     <changeLogFile>src/main/resources/db/changelog/master.xml</changeLogFile>
                     <outputChangeLogFile>src/main/resources/db/changelog/migration/1.0_init.postgresql.sql
                     </outputChangeLogFile>
-                    <diffChangeLogFile>src/main/resources/db/changelog/migration/_${diff.version}_migrate.sql
-                    </diffChangeLogFile>
-                    <propertyFile>src/main/resources/liquibase.properties</propertyFile>
+                                       <propertyFile>src/main/resources/liquibase.properties</propertyFile>
                 </configuration>
 
                 <dependencies>