Merge pull request #244 from wehotel/feature/core

add dynamice input support
This commit is contained in:
linwaiwai
2021-07-22 10:44:00 +08:00
committed by GitHub
12 changed files with 60 additions and 92 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>