added
java to ts
This commit is contained in:
parent
e3d3a94ab7
commit
d086d61ad7
30
pom.xml
30
pom.xml
|
@ -173,6 +173,36 @@
|
|||
</dependencies>
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<groupId>cz.habarta.typescript-generator</groupId>
|
||||
<artifactId>typescript-generator-maven-plugin</artifactId>
|
||||
<version>1.27.339</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>generate</id>
|
||||
<goals>
|
||||
<goal>generate</goal>
|
||||
</goals>
|
||||
<phase>process-classes</phase>
|
||||
</execution>
|
||||
</executions>
|
||||
<configuration>
|
||||
<jsonLibrary>jackson2</jsonLibrary>
|
||||
<!--<classes>-->
|
||||
<!--<class>com.loafle.overflow.module.probe.service.ProbeService</class>-->
|
||||
<!--</classes>-->
|
||||
<classPatterns>
|
||||
<!--<classPattern>com.loafle.overflow.module.**.service.*</classPattern>-->
|
||||
<classPattern>com.loafle.overflow.module.**.model.*</classPattern>
|
||||
</classPatterns>
|
||||
<outputKind>module</outputKind>
|
||||
<!--<outputFileType>declarationFile</outputFileType>-->
|
||||
<!--<outputFile>target/typescript-generator/module.d.ts</outputFile>-->
|
||||
|
||||
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user