docker config done
This commit is contained in:
@ -15,8 +15,11 @@
|
||||
<description>Demo project for Spring Boot</description>
|
||||
<properties>
|
||||
<java.version>11</java.version>
|
||||
<maven.compiler.source>11</maven.compiler.source>
|
||||
<maven.compiler.target>11</maven.compiler.target>
|
||||
|
||||
<mapstruct.version>1.4.2.Final</mapstruct.version>
|
||||
|
||||
<mapstruct.version>1.5.5.Final</mapstruct.version>
|
||||
|
||||
<docker.image.prefix>artarkatesoft</docker.image.prefix>
|
||||
<docker.image.name>angular-${project.artifactId}</docker.image.name>
|
||||
@ -164,6 +167,12 @@
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<plugin>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-maven-plugin</artifactId>
|
||||
@ -201,16 +210,7 @@
|
||||
</path>
|
||||
|
||||
</annotationProcessorPaths>
|
||||
<compilerArgs>
|
||||
<compilerArg>
|
||||
|
||||
<arg>-Amapstruct.defaultComponentModel=spring</arg>
|
||||
<arg>-Amapstruct.verbose=true</arg>
|
||||
|
||||
</compilerArg>
|
||||
|
||||
|
||||
</compilerArgs>
|
||||
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user