Skip to content

Commit

Permalink
Merge pull request #99 from Onlineberatung/feat/VIC-837-Admin-can-cre…
Browse files Browse the repository at this point in the history
…ate-and-edit-team

Feat/vic 837 admin can create and edit team
  • Loading branch information
PhilippFr authored Jul 26, 2022
2 parents 945ff76 + 543fbad commit 8f02700
Show file tree
Hide file tree
Showing 8 changed files with 973 additions and 1 deletion.
25 changes: 25 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,31 @@
</modelPackage>
</configuration>
</execution>
<execution>
<id>appointment-service-client-model</id>
<phase>generate-sources</phase>
<goals>
<goal>generate</goal>
</goals>
<configuration>
<configOptions>
<sourceFolder>/</sourceFolder>
<library>resttemplate</library>
<dateLibrary>java8</dateLibrary>
</configOptions>
<inputSpec>${project.basedir}/services/appointmentService.yaml</inputSpec>
<generatorName>java</generatorName>
<generateApis>true</generateApis>
<generateApiTests>false</generateApiTests>
<generateModelTests>false</generateModelTests>
<apiPackage>
${project.groupId}.${project.artifactId}.appointmentservice.generated.web
</apiPackage>
<modelPackage>
${project.groupId}.${project.artifactId}.appointmentservice.generated.web.model
</modelPackage>
</configuration>
</execution>
</executions>
</plugin>
<!-- Liquibase Maven plugin -->
Expand Down
Loading

0 comments on commit 8f02700

Please sign in to comment.