Compare commits
1 Commits
main
...
typescript
| Author | SHA1 | Date | |
|---|---|---|---|
| 890aedd380 |
22
pom.xml
22
pom.xml
@@ -75,7 +75,29 @@
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-maven-plugin</artifactId>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>cz.habarta.typescript-generator</groupId>
|
||||
<artifactId>typescript-generator-maven-plugin</artifactId>
|
||||
<version>3.2.1263</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>generate</id>
|
||||
<goals>
|
||||
<goal>generate</goal>
|
||||
</goals>
|
||||
<phase>process-classes</phase>
|
||||
</execution>
|
||||
</executions>
|
||||
<configuration>
|
||||
<jsonLibrary>jackson2</jsonLibrary>
|
||||
<classes>
|
||||
<class>com.example.video_downloader.dto.SaveNewVideoRequest</class>
|
||||
</classes>
|
||||
<outputKind>module</outputKind>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
|
||||
</project>
|
||||
|
||||
Reference in New Issue
Block a user