1
+ {
2
+ "outputFiles" : [
3
+ {
4
+ "fileType" : " Entity" ,
5
+ "outputLocation" : " cn.trve.1example.entity" ,
6
+ "templateName" : " entity.java.btl" ,
7
+ "templatePath" : null ,
8
+ "builtIn" : true ,
9
+ "outputPackage" : " cn.trve.example.entity"
10
+ },
11
+ {
12
+ "fileType" : " Mapper.xml" ,
13
+ "outputLocation" : " resources:mapper" ,
14
+ "templateName" : " mapper.xml.btl" ,
15
+ "templatePath" : null ,
16
+ "builtIn" : true ,
17
+ "outputPackage" : " mapper"
18
+ },
19
+ {
20
+ "fileType" : " Mapper.java" ,
21
+ "outputLocation" : " cn.trve.example.mapper" ,
22
+ "templateName" : " mapper.java.btl" ,
23
+ "templatePath" : null ,
24
+ "builtIn" : true ,
25
+ "outputPackage" : " cn.trve.example.mapper"
26
+ },
27
+ {
28
+ "fileType" : " Service" ,
29
+ "outputLocation" : " cn.trve.example.service" ,
30
+ "templateName" : " service.java.btl" ,
31
+ "templatePath" : null ,
32
+ "builtIn" : true ,
33
+ "outputPackage" : " cn.trve.example.service"
34
+ },
35
+ {
36
+ "fileType" : " ServiceImpl" ,
37
+ "outputLocation" : " cn.trve.example.service.impl" ,
38
+ "templateName" : " serviceimpl.java.btl" ,
39
+ "templatePath" : null ,
40
+ "builtIn" : true ,
41
+ "outputPackage" : " cn.trve.example.service.impl"
42
+ },
43
+ {
44
+ "fileType" : " Controller" ,
45
+ "outputLocation" : " cn.trve.example.controller" ,
46
+ "templateName" : " controller.java.btl" ,
47
+ "templatePath" : null ,
48
+ "builtIn" : true ,
49
+ "outputPackage" : " cn.trve.example.controller"
50
+ }
51
+ ],
52
+ "entityStrategy" : {
53
+ "superEntityClass" : " cn.trve.framework.db.model.Entity" ,
54
+ "superEntityColumns" : [
55
+ " id" ,
56
+ " createDate" ,
57
+ " createBy" ,
58
+ " lastModifiedDate" ,
59
+ " lastModifiedBy" ,
60
+ " version" ,
61
+ " deleted"
62
+ ],
63
+ "tableFills" : null ,
64
+ "entitySerialVersionUID" : true ,
65
+ "entityColumnConstant" : false ,
66
+ "activeRecord" : true ,
67
+ "entityBuilderModel" : false ,
68
+ "entityLombokModel" : false ,
69
+ "entityBooleanColumnRemoveIsPrefix" : false ,
70
+ "entityTableFieldAnnotationEnable" : false ,
71
+ "versionFieldName" : null ,
72
+ "logicDeleteFieldName" : null ,
73
+ "swagger2" : false
74
+ },
75
+ "mapperStrategy" : {
76
+ "superMapperClass" : " com.baomidou.mybatisplus.core.mapper.BaseMapper"
77
+ },
78
+ "mapperXmlStrategy" : {
79
+ "baseResultMap" : false ,
80
+ "enableCache" : false
81
+ },
82
+ "controllerStrategy" : {
83
+ "superControllerClass" : null ,
84
+ "restControllerStyle" : false ,
85
+ "controllerMappingHyphenStyle" : false
86
+ },
87
+ "serviceStrategy" : {
88
+ "superServiceClass" : " com.baomidou.mybatisplus.extension.service.IService"
89
+ },
90
+ "serviceImplStrategy" : {
91
+ "superServiceImplClass" : " com.baomidou.mybatisplus.extension.service.impl.ServiceImpl"
92
+ }
93
+ }
0 commit comments