add dynamic input support

This commit is contained in:
linwaiwai
2021-06-29 17:50:09 +08:00
parent bada9ceea1
commit d5a2475355
11 changed files with 59 additions and 91 deletions

View File

@@ -46,7 +46,13 @@
<artifactId>fizz-spring-boot-starter</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
<!-- import fizz-input-mysql -->
<!-- <dependency>
<groupId>com.fizzgate</groupId>
<artifactId>fizz-input-mysql</artifactId>
<version>${project.version}</version>
</dependency> -->
</dependencies>
<profiles>
<!--<profile>