Skip to content

Commit bd7bf43

Browse files
committed
chore: 优化部分配置
1 parent ecc98b1 commit bd7bf43

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

continew-admin-webapi/src/main/resources/config/application-generator.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,6 @@ generator:
99
## 类型映射
1010
typeMappings:
1111
MYSQL:
12-
Integer:
13-
- int
14-
- tinyint
15-
- smallint
16-
- mediumint
17-
- integer
1812
String:
1913
- varchar
2014
- char
@@ -23,21 +17,27 @@ generator:
2317
- longtext
2418
- tinytext
2519
- json
26-
LocalDate:
27-
- date
28-
LocalDateTime:
29-
- datetime
30-
- timestamp
20+
Integer:
21+
- int
22+
- tinyint
23+
- smallint
24+
- mediumint
25+
- integer
3126
Long:
3227
- bigint
3328
Float:
3429
- float
3530
Double:
3631
- double
37-
BigDecimal:
38-
- decimal
3932
Boolean:
4033
- bit
34+
BigDecimal:
35+
- decimal
36+
LocalDate:
37+
- date
38+
LocalDateTime:
39+
- datetime
40+
- timestamp
4141
## 模板配置
4242
templateConfigs:
4343
DO:

0 commit comments

Comments
 (0)