[STYLE] fix style
This commit is contained in:
parent
de08bcfab5
commit
3fa48fc839
25
pom.xml
25
pom.xml
@ -56,29 +56,28 @@
|
|||||||
</dependency>
|
</dependency>
|
||||||
<!-- Decode webP images -->
|
<!-- Decode webP images -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.twelvemonkeys.imageio</groupId>
|
<groupId>com.twelvemonkeys.imageio</groupId>
|
||||||
<artifactId>imageio-webp</artifactId>
|
<artifactId>imageio-webp</artifactId>
|
||||||
<version>3.11.0</version>
|
<version>3.11.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- Decode JPEG image -->
|
<!-- Decode JPEG image -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.twelvemonkeys.imageio</groupId>
|
<groupId>com.twelvemonkeys.imageio</groupId>
|
||||||
<artifactId>imageio-jpeg</artifactId>
|
<artifactId>imageio-jpeg</artifactId>
|
||||||
<version>3.11.0</version>
|
<version>3.11.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- Encode file in webp -->
|
<!-- Encode file in webp -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.github.gotson</groupId>
|
<groupId>com.github.gotson</groupId>
|
||||||
<artifactId>webp-imageio</artifactId>
|
<artifactId>webp-imageio</artifactId>
|
||||||
<version>0.2.2</version>
|
<version>0.2.2</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- Detect type of a file with mime type -->
|
<!-- Detect type of a file with mime type -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.tika</groupId>
|
<groupId>org.apache.tika</groupId>
|
||||||
<artifactId>tika-core</artifactId>
|
<artifactId>tika-core</artifactId>
|
||||||
<version>2.7.0</version>
|
<version>2.7.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- https://mvnrepository.com/artifact/org.glassfish.jersey.media/jersey-media-multipart -->
|
<!-- https://mvnrepository.com/artifact/org.glassfish.jersey.media/jersey-media-multipart -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.glassfish.jersey.media</groupId>
|
<groupId>org.glassfish.jersey.media</groupId>
|
||||||
|
@ -30,7 +30,7 @@ import org.kar.archidata.externalRestApi.typescript.TsClassElementGroup;
|
|||||||
public class TsGenerateApi {
|
public class TsGenerateApi {
|
||||||
/**
|
/**
|
||||||
* Generate a full API tree for Typescript in a specific folder.
|
* Generate a full API tree for Typescript in a specific folder.
|
||||||
* This generate a folder containing a full API with "model" filder and "api" folder.
|
* This generate a folder containing a full API with "model" folder and "api" folder.
|
||||||
* The generation depend of Zod and can be strict compile.
|
* The generation depend of Zod and can be strict compile.
|
||||||
* @param api Data model to generate the api
|
* @param api Data model to generate the api
|
||||||
* @param pathPackage Path to store the api.
|
* @param pathPackage Path to store the api.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user