Browse Source

Manifest fixed (spring-boot-maven-plugin)

apg 2 tuần trước cách đây
mục cha
commit
6f69e7f56d
1 tập tin đã thay đổi với 10 bổ sung0 xóa
  1. 10 0
      pom.xml

+ 10 - 0
pom.xml

@@ -116,6 +116,8 @@
             <scope>test</scope>
         </dependency>
 
+
+
     </dependencies>
     <build>
 
@@ -153,6 +155,14 @@
                     </dependency>
                 </dependencies>
             </plugin>
+                <plugin>
+                    <groupId>org.springframework.boot</groupId>
+                    <artifactId>spring-boot-maven-plugin</artifactId>
+                    <configuration>
+                        <mainClass>scot.carricksoftware.grants.GrantsApplication</mainClass>
+                        <layout>JAR</layout>
+                    </configuration>
+                </plugin>
 
         </plugins>
     </build>