mirror of
https://gitee.com/log4j/pig.git
synced 2024-12-23 05:00:23 +08:00
🐛 Fixing a bug. 代码生成主键类型不匹配
This commit is contained in:
parent
1b93235b72
commit
ab9aebb2c9
@ -86,6 +86,11 @@
|
||||
<artifactId>velocity-engine-core</artifactId>
|
||||
<version>${velocity.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.velocity.tools</groupId>
|
||||
<artifactId>velocity-tools-generic</artifactId>
|
||||
<version>${velocity.tool.version}</version>
|
||||
</dependency>
|
||||
<!--undertow容器-->
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
|
1
pom.xml
1
pom.xml
@ -38,6 +38,7 @@
|
||||
<dynamic-ds.version>3.4.1</dynamic-ds.version>
|
||||
<captcha.version>2.2.1</captcha.version>
|
||||
<velocity.version>2.3</velocity.version>
|
||||
<velocity.tool.version>3.1</velocity.tool.version>
|
||||
<configuration.version>1.10</configuration.version>
|
||||
<nacos.version>2.0.3</nacos.version>
|
||||
<jasypt.version>2.1.0</jasypt.version>
|
||||
|
Loading…
Reference in New Issue
Block a user