pull/1/head
liu 11 months ago
parent b4855e6f3d
commit d7614bf755

2
.gitignore vendored

@ -38,3 +38,5 @@ virtual-patient-graph/asm-debug
### Mac OS ###
.DS_Store
.flattened-pom.xml

@ -109,7 +109,6 @@
</dependency>
</dependencies>
<build>
@ -118,6 +117,13 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>3.3.0</version>
<executions>
<execution>
<goals>
<goal>repackage</goal>
</goals>
</execution>
</executions>
<configuration>
<excludes>
<exclude>

Loading…
Cancel
Save