Skip to content

Commit

Permalink
improved codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
wenshao committed Jun 18, 2023
1 parent 16787a1 commit d5049ee
Show file tree
Hide file tree
Showing 7 changed files with 550 additions and 41 deletions.
26 changes: 26 additions & 0 deletions codegen-test/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.alibaba.fastjson2</groupId>
<artifactId>fastjson2-parent</artifactId>
<version>2.0.35-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>codegen-test</artifactId>

<properties>
<maven.deploy.skip>true</maven.deploy.skip>
</properties>

<dependencies>
<dependency>
<groupId>com.alibaba.fastjson2</groupId>
<artifactId>fastjson2-codegen</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
</project>
Loading

0 comments on commit d5049ee

Please sign in to comment.