Commit 3f01badbb72bf4c117d47192045cfcbe6c169160
Merge remote-tracking branch 'origin/develop' into develop
# Conflicts: # .idea/workspace.xml
Showing
221 changed files
with
357 additions
and
2915 deletions
.idea/.gitignore
1 | + | ||
1 | # Datasource local storage ignored files | 2 | # Datasource local storage ignored files |
2 | -/dataSources/ | ||
3 | -/dataSources.local.xml | ||
4 | \ No newline at end of file | 3 | \ No newline at end of file |
4 | +/dataSources.local.xml | ||
5 | +# Datasource local storage ignored files | ||
6 | +/dataSources/ | ||
5 | \ No newline at end of file | 7 | \ No newline at end of file |
.idea/MyBatisCodeHelperDatasource.xml
0 → 100644
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<project version="4"> | ||
3 | + <component name="MyBatisCodeHelperDatasource"> | ||
4 | + <option name="projectProfile"> | ||
5 | + <ProjectProfile> | ||
6 | + <option name="addSerializeUid" value="true" /> | ||
7 | + <option name="generateServiceInterface" value="true" /> | ||
8 | + <option name="javaMapperPackage" value="com.huaheng.pc.config.zoneCapacity.mapper" /> | ||
9 | + <option name="javaMapperPath" value="$PROJECT_DIR$/src/main/java" /> | ||
10 | + <option name="javaModelPackage" value="com.huaheng.pc.config.zoneCapacity.domain" /> | ||
11 | + <option name="javaModelPath" value="$PROJECT_DIR$/src/main/java" /> | ||
12 | + <option name="lastDatabaseCrudChooseModuleName" value="WMSV1" /> | ||
13 | + <option name="moduleNameToPackageAndPathMap"> | ||
14 | + <map> | ||
15 | + <entry key="WMSV1"> | ||
16 | + <value> | ||
17 | + <UserPackageAndPathInfoByModule> | ||
18 | + <option name="javaMapperPackage" value="com.huaheng.pc.config.zoneCapacity.mapper" /> | ||
19 | + <option name="javaMapperPath" value="$PROJECT_DIR$/src/main/java" /> | ||
20 | + <option name="javaModelPacakge" value="com.huaheng.pc.config.zoneCapacity.domain" /> | ||
21 | + <option name="javaModelPath" value="$PROJECT_DIR$/src/main/java" /> | ||
22 | + <option name="javaServiceInterfacePackage" value="com.huaheng.pc.shipment.shipmentContainerDetail.service" /> | ||
23 | + <option name="javaServiceInterfacePath" value="$PROJECT_DIR$/src/main/java" /> | ||
24 | + <option name="xmlPackage" value="config" /> | ||
25 | + <option name="xmlPath" value="E:\code\wms2\src\main\resources\mybatis" /> | ||
26 | + </UserPackageAndPathInfoByModule> | ||
27 | + </value> | ||
28 | + </entry> | ||
29 | + <entry key="huaheng"> | ||
30 | + <value> | ||
31 | + <UserPackageAndPathInfoByModule> | ||
32 | + <option name="javaMapperPackage" value="com.huaheng.pc.receipt.receiptDetail.domain" /> | ||
33 | + <option name="javaMapperPath" value="$PROJECT_DIR$/src/main/java" /> | ||
34 | + <option name="javaModelPacakge" value="com.huaheng.pc.receipt.receiptDetail.domain" /> | ||
35 | + <option name="javaModelPath" value="$PROJECT_DIR$/src/main/java" /> | ||
36 | + <option name="xmlPackage" value="receipt" /> | ||
37 | + <option name="xmlPath" value="E:\code\wms2\src\main\resources\mybatis" /> | ||
38 | + </UserPackageAndPathInfoByModule> | ||
39 | + </value> | ||
40 | + </entry> | ||
41 | + </map> | ||
42 | + </option> | ||
43 | + <option name="tableGenerateConfigs"> | ||
44 | + <map> | ||
45 | + <entry key="wms_v2:bom_header"> | ||
46 | + <value> | ||
47 | + <TableGenerateConfig> | ||
48 | + <option name="generatedKey" value="id" /> | ||
49 | + <option name="javaModelName" value="BomHeader" /> | ||
50 | + <option name="moduleName" value="WMSV1" /> | ||
51 | + <option name="useActualColumnName" value="true" /> | ||
52 | + </TableGenerateConfig> | ||
53 | + </value> | ||
54 | + </entry> | ||
55 | + <entry key="wms_v2:carrier"> | ||
56 | + <value> | ||
57 | + <TableGenerateConfig> | ||
58 | + <option name="generatedKey" value="id" /> | ||
59 | + <option name="javaModelName" value="Carrier" /> | ||
60 | + <option name="moduleName" value="WMSV1" /> | ||
61 | + <option name="useActualColumnName" value="true" /> | ||
62 | + </TableGenerateConfig> | ||
63 | + </value> | ||
64 | + </entry> | ||
65 | + <entry key="wms_v2:container"> | ||
66 | + <value> | ||
67 | + <TableGenerateConfig> | ||
68 | + <option name="generatedKey" value="id" /> | ||
69 | + <option name="javaModelName" value="Container" /> | ||
70 | + <option name="moduleName" value="huaheng" /> | ||
71 | + <option name="useActualColumnName" value="true" /> | ||
72 | + </TableGenerateConfig> | ||
73 | + </value> | ||
74 | + </entry> | ||
75 | + <entry key="wms_v2:container_type"> | ||
76 | + <value> | ||
77 | + <TableGenerateConfig> | ||
78 | + <option name="generatedKey" value="id" /> | ||
79 | + <option name="javaModelName" value="ContainerType" /> | ||
80 | + <option name="moduleName" value="huaheng" /> | ||
81 | + <option name="useActualColumnName" value="true" /> | ||
82 | + </TableGenerateConfig> | ||
83 | + </value> | ||
84 | + </entry> | ||
85 | + <entry key="wms_v2:customer"> | ||
86 | + <value> | ||
87 | + <TableGenerateConfig> | ||
88 | + <option name="generatedKey" value="id" /> | ||
89 | + <option name="javaModelName" value="Customer" /> | ||
90 | + <option name="moduleName" value="huaheng" /> | ||
91 | + <option name="useActualColumnName" value="true" /> | ||
92 | + </TableGenerateConfig> | ||
93 | + </value> | ||
94 | + </entry> | ||
95 | + <entry key="wms_v2:inventory_transaction"> | ||
96 | + <value> | ||
97 | + <TableGenerateConfig> | ||
98 | + <option name="generatedKey" value="id" /> | ||
99 | + <option name="javaModelName" value="InventoryTransaction" /> | ||
100 | + <option name="moduleName" value="WMSV1" /> | ||
101 | + <option name="useActualColumnName" value="true" /> | ||
102 | + </TableGenerateConfig> | ||
103 | + </value> | ||
104 | + </entry> | ||
105 | + <entry key="wms_v2:location_capacity"> | ||
106 | + <value> | ||
107 | + <TableGenerateConfig> | ||
108 | + <option name="generatedKey" value="id" /> | ||
109 | + <option name="javaModelName" value="LocationCapacity" /> | ||
110 | + <option name="moduleName" value="WMSV1" /> | ||
111 | + <option name="useActualColumnName" value="true" /> | ||
112 | + </TableGenerateConfig> | ||
113 | + </value> | ||
114 | + </entry> | ||
115 | + <entry key="wms_v2:material"> | ||
116 | + <value> | ||
117 | + <TableGenerateConfig> | ||
118 | + <option name="generatedKey" value="id" /> | ||
119 | + <option name="javaModelName" value="Material" /> | ||
120 | + <option name="moduleName" value="WMSV1" /> | ||
121 | + <option name="useActualColumnName" value="true" /> | ||
122 | + </TableGenerateConfig> | ||
123 | + </value> | ||
124 | + </entry> | ||
125 | + <entry key="wms_v2:material_unit"> | ||
126 | + <value> | ||
127 | + <TableGenerateConfig> | ||
128 | + <option name="generatedKey" value="id" /> | ||
129 | + <option name="javaModelName" value="MaterialUnit" /> | ||
130 | + <option name="moduleName" value="WMSV1" /> | ||
131 | + <option name="useActualColumnName" value="true" /> | ||
132 | + </TableGenerateConfig> | ||
133 | + </value> | ||
134 | + </entry> | ||
135 | + <entry key="wms_v2:receipt_container_detail"> | ||
136 | + <value> | ||
137 | + <TableGenerateConfig> | ||
138 | + <option name="generatedKey" value="id" /> | ||
139 | + <option name="javaModelName" value="ReceiptContainerDetail" /> | ||
140 | + <option name="moduleName" value="WMSV1" /> | ||
141 | + <option name="useActualColumnName" value="true" /> | ||
142 | + </TableGenerateConfig> | ||
143 | + </value> | ||
144 | + </entry> | ||
145 | + <entry key="wms_v2:receipt_container_header"> | ||
146 | + <value> | ||
147 | + <TableGenerateConfig> | ||
148 | + <option name="generatedKey" value="id" /> | ||
149 | + <option name="javaModelName" value="ReceiptContainerHeader" /> | ||
150 | + <option name="moduleName" value="WMSV1" /> | ||
151 | + <option name="useActualColumnName" value="true" /> | ||
152 | + </TableGenerateConfig> | ||
153 | + </value> | ||
154 | + </entry> | ||
155 | + <entry key="wms_v2:receipt_detail"> | ||
156 | + <value> | ||
157 | + <TableGenerateConfig> | ||
158 | + <option name="generatedKey" value="id" /> | ||
159 | + <option name="javaModelName" value="ReceiptDetail" /> | ||
160 | + <option name="moduleName" value="huaheng" /> | ||
161 | + <option name="useActualColumnName" value="true" /> | ||
162 | + </TableGenerateConfig> | ||
163 | + </value> | ||
164 | + </entry> | ||
165 | + <entry key="wms_v2:receipt_preference"> | ||
166 | + <value> | ||
167 | + <TableGenerateConfig> | ||
168 | + <option name="generatedKey" value="id" /> | ||
169 | + <option name="javaModelName" value="ReceiptPreference" /> | ||
170 | + <option name="moduleName" value="WMSV1" /> | ||
171 | + <option name="useActualColumnName" value="true" /> | ||
172 | + </TableGenerateConfig> | ||
173 | + </value> | ||
174 | + </entry> | ||
175 | + <entry key="wms_v2:receipt_type"> | ||
176 | + <value> | ||
177 | + <TableGenerateConfig> | ||
178 | + <option name="generatedKey" value="id" /> | ||
179 | + <option name="javaModelName" value="ReceiptType" /> | ||
180 | + <option name="moduleName" value="WMSV1" /> | ||
181 | + <option name="useActualColumnName" value="true" /> | ||
182 | + </TableGenerateConfig> | ||
183 | + </value> | ||
184 | + </entry> | ||
185 | + <entry key="wms_v2:shipment_container_detail"> | ||
186 | + <value> | ||
187 | + <TableGenerateConfig> | ||
188 | + <option name="generatedKey" value="id" /> | ||
189 | + <option name="javaModelName" value="ShipmentContainerDetail" /> | ||
190 | + <option name="moduleName" value="WMSV1" /> | ||
191 | + <option name="useActualColumnName" value="true" /> | ||
192 | + </TableGenerateConfig> | ||
193 | + </value> | ||
194 | + </entry> | ||
195 | + <entry key="wms_v2:shipment_container_header"> | ||
196 | + <value> | ||
197 | + <TableGenerateConfig> | ||
198 | + <option name="generatedKey" value="id" /> | ||
199 | + <option name="javaModelName" value="ShipmentContainerHeader" /> | ||
200 | + <option name="moduleName" value="WMSV1" /> | ||
201 | + <option name="useActualColumnName" value="true" /> | ||
202 | + </TableGenerateConfig> | ||
203 | + </value> | ||
204 | + </entry> | ||
205 | + <entry key="wms_v2:shipment_detail"> | ||
206 | + <value> | ||
207 | + <TableGenerateConfig> | ||
208 | + <option name="generatedKey" value="id" /> | ||
209 | + <option name="javaModelName" value="ShipmentDetail" /> | ||
210 | + <option name="moduleName" value="WMSV1" /> | ||
211 | + <option name="useActualColumnName" value="true" /> | ||
212 | + </TableGenerateConfig> | ||
213 | + </value> | ||
214 | + </entry> | ||
215 | + <entry key="wms_v2:shipment_header"> | ||
216 | + <value> | ||
217 | + <TableGenerateConfig> | ||
218 | + <option name="generatedKey" value="id" /> | ||
219 | + <option name="javaModelName" value="ShipmentHeader" /> | ||
220 | + <option name="moduleName" value="huaheng" /> | ||
221 | + <option name="useActualColumnName" value="true" /> | ||
222 | + </TableGenerateConfig> | ||
223 | + </value> | ||
224 | + </entry> | ||
225 | + <entry key="wms_v2:shipment_preference"> | ||
226 | + <value> | ||
227 | + <TableGenerateConfig> | ||
228 | + <option name="generatedKey" value="id" /> | ||
229 | + <option name="javaModelName" value="ShipmentPreference" /> | ||
230 | + <option name="moduleName" value="WMSV1" /> | ||
231 | + <option name="useActualColumnName" value="true" /> | ||
232 | + </TableGenerateConfig> | ||
233 | + </value> | ||
234 | + </entry> | ||
235 | + <entry key="wms_v2:shipment_type"> | ||
236 | + <value> | ||
237 | + <TableGenerateConfig> | ||
238 | + <option name="generatedKey" value="id" /> | ||
239 | + <option name="javaModelName" value="ShipmentType" /> | ||
240 | + <option name="moduleName" value="WMSV1" /> | ||
241 | + <option name="useActualColumnName" value="true" /> | ||
242 | + </TableGenerateConfig> | ||
243 | + </value> | ||
244 | + </entry> | ||
245 | + <entry key="wms_v2:supplier"> | ||
246 | + <value> | ||
247 | + <TableGenerateConfig> | ||
248 | + <option name="generatedKey" value="id" /> | ||
249 | + <option name="javaModelName" value="Supplier" /> | ||
250 | + <option name="moduleName" value="WMSV1" /> | ||
251 | + <option name="useActualColumnName" value="true" /> | ||
252 | + </TableGenerateConfig> | ||
253 | + </value> | ||
254 | + </entry> | ||
255 | + <entry key="wms_v2:zone_capacity"> | ||
256 | + <value> | ||
257 | + <TableGenerateConfig> | ||
258 | + <option name="generatedKey" value="id" /> | ||
259 | + <option name="javaModelName" value="ZoneCapacity" /> | ||
260 | + <option name="moduleName" value="WMSV1" /> | ||
261 | + <option name="useActualColumnName" value="true" /> | ||
262 | + </TableGenerateConfig> | ||
263 | + </value> | ||
264 | + </entry> | ||
265 | + </map> | ||
266 | + </option> | ||
267 | + <option name="useActualColumnNames" value="true" /> | ||
268 | + <option name="useSwagger" value="true" /> | ||
269 | + <option name="userMybatisPlus" value="true" /> | ||
270 | + <option name="xmlMapperPackage" value="config" /> | ||
271 | + <option name="xmlMapperPath" value="E:\code\wms2\src\main\resources\mybatis" /> | ||
272 | + </ProjectProfile> | ||
273 | + </option> | ||
274 | + </component> | ||
275 | +</project> | ||
0 | \ No newline at end of file | 276 | \ No newline at end of file |
.idea/WMSV1.iml
1 | <?xml version="1.0" encoding="UTF-8"?> | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | <module type="JAVA_MODULE" version="4"> | 2 | <module type="JAVA_MODULE" version="4"> |
3 | - <component name="ExternalSystem" externalSystem="Maven" /> | ||
4 | <component name="FacetManager"> | 3 | <component name="FacetManager"> |
5 | <facet type="Spring" name="Spring"> | 4 | <facet type="Spring" name="Spring"> |
6 | <configuration /> | 5 | <configuration /> |
@@ -15,184 +14,4 @@ | @@ -15,184 +14,4 @@ | ||
15 | </configuration> | 14 | </configuration> |
16 | </facet> | 15 | </facet> |
17 | </component> | 16 | </component> |
18 | - <component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8"> | ||
19 | - <output url="file://$MODULE_DIR$/target/classes" /> | ||
20 | - <output-test url="file://$MODULE_DIR$/target/test-classes" /> | ||
21 | - <content url="file://$MODULE_DIR$"> | ||
22 | - <sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" /> | ||
23 | - <sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" /> | ||
24 | - <sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" /> | ||
25 | - <excludeFolder url="file://$MODULE_DIR$/target" /> | ||
26 | - </content> | ||
27 | - <orderEntry type="inheritedJdk" /> | ||
28 | - <orderEntry type="sourceFolder" forTests="false" /> | ||
29 | - <orderEntry type="library" name="Maven: org.quartz-scheduler:quartz:2.3.0" level="project" /> | ||
30 | - <orderEntry type="library" name="Maven: com.mchange:mchange-commons-java:0.2.11" level="project" /> | ||
31 | - <orderEntry type="library" name="Maven: mysql:mysql-connector-java:5.1.46" level="project" /> | ||
32 | - <orderEntry type="library" name="Maven: com.alibaba:druid-spring-boot-starter:1.1.10" level="project" /> | ||
33 | - <orderEntry type="library" name="Maven: com.alibaba:druid:1.1.10" level="project" /> | ||
34 | - <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter:2.0.3.RELEASE" level="project" /> | ||
35 | - <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot:2.0.3.RELEASE" level="project" /> | ||
36 | - <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-autoconfigure:2.0.3.RELEASE" level="project" /> | ||
37 | - <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-logging:2.0.3.RELEASE" level="project" /> | ||
38 | - <orderEntry type="library" name="Maven: ch.qos.logback:logback-classic:1.2.3" level="project" /> | ||
39 | - <orderEntry type="library" name="Maven: ch.qos.logback:logback-core:1.2.3" level="project" /> | ||
40 | - <orderEntry type="library" name="Maven: org.apache.logging.log4j:log4j-to-slf4j:2.10.0" level="project" /> | ||
41 | - <orderEntry type="library" name="Maven: org.apache.logging.log4j:log4j-api:2.10.0" level="project" /> | ||
42 | - <orderEntry type="library" name="Maven: org.slf4j:jul-to-slf4j:1.7.25" level="project" /> | ||
43 | - <orderEntry type="library" name="Maven: javax.annotation:javax.annotation-api:1.3.2" level="project" /> | ||
44 | - <orderEntry type="library" name="Maven: org.springframework:spring-core:5.0.7.RELEASE" level="project" /> | ||
45 | - <orderEntry type="library" name="Maven: org.springframework:spring-jcl:5.0.7.RELEASE" level="project" /> | ||
46 | - <orderEntry type="library" scope="RUNTIME" name="Maven: org.yaml:snakeyaml:1.19" level="project" /> | ||
47 | - <orderEntry type="library" scope="TEST" name="Maven: org.springframework.boot:spring-boot-starter-test:2.0.3.RELEASE" level="project" /> | ||
48 | - <orderEntry type="library" scope="TEST" name="Maven: org.springframework.boot:spring-boot-test:2.0.3.RELEASE" level="project" /> | ||
49 | - <orderEntry type="library" scope="TEST" name="Maven: org.springframework.boot:spring-boot-test-autoconfigure:2.0.3.RELEASE" level="project" /> | ||
50 | - <orderEntry type="library" scope="TEST" name="Maven: com.jayway.jsonpath:json-path:2.4.0" level="project" /> | ||
51 | - <orderEntry type="library" scope="TEST" name="Maven: net.minidev:json-smart:2.3" level="project" /> | ||
52 | - <orderEntry type="library" scope="TEST" name="Maven: net.minidev:accessors-smart:1.2" level="project" /> | ||
53 | - <orderEntry type="library" scope="TEST" name="Maven: org.ow2.asm:asm:5.0.4" level="project" /> | ||
54 | - <orderEntry type="library" scope="TEST" name="Maven: org.assertj:assertj-core:3.9.1" level="project" /> | ||
55 | - <orderEntry type="library" scope="TEST" name="Maven: org.mockito:mockito-core:2.15.0" level="project" /> | ||
56 | - <orderEntry type="library" name="Maven: net.bytebuddy:byte-buddy:1.7.11" level="project" /> | ||
57 | - <orderEntry type="library" scope="TEST" name="Maven: net.bytebuddy:byte-buddy-agent:1.7.11" level="project" /> | ||
58 | - <orderEntry type="library" scope="TEST" name="Maven: org.objenesis:objenesis:2.6" level="project" /> | ||
59 | - <orderEntry type="library" name="Maven: org.hamcrest:hamcrest-core:1.3" level="project" /> | ||
60 | - <orderEntry type="library" scope="TEST" name="Maven: org.hamcrest:hamcrest-library:1.3" level="project" /> | ||
61 | - <orderEntry type="library" scope="TEST" name="Maven: org.skyscreamer:jsonassert:1.5.0" level="project" /> | ||
62 | - <orderEntry type="library" scope="TEST" name="Maven: com.vaadin.external.google:android-json:0.0.20131108.vaadin1" level="project" /> | ||
63 | - <orderEntry type="library" scope="TEST" name="Maven: org.springframework:spring-test:5.0.7.RELEASE" level="project" /> | ||
64 | - <orderEntry type="library" scope="TEST" name="Maven: org.xmlunit:xmlunit-core:2.5.1" level="project" /> | ||
65 | - <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-aop:2.0.3.RELEASE" level="project" /> | ||
66 | - <orderEntry type="library" name="Maven: org.springframework:spring-aop:5.0.7.RELEASE" level="project" /> | ||
67 | - <orderEntry type="library" name="Maven: org.aspectj:aspectjweaver:1.8.13" level="project" /> | ||
68 | - <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-web:2.0.3.RELEASE" level="project" /> | ||
69 | - <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-json:2.0.3.RELEASE" level="project" /> | ||
70 | - <orderEntry type="library" name="Maven: com.fasterxml.jackson.core:jackson-databind:2.9.6" level="project" /> | ||
71 | - <orderEntry type="library" name="Maven: com.fasterxml.jackson.core:jackson-core:2.9.6" level="project" /> | ||
72 | - <orderEntry type="library" name="Maven: com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.9.6" level="project" /> | ||
73 | - <orderEntry type="library" name="Maven: com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.6" level="project" /> | ||
74 | - <orderEntry type="library" name="Maven: com.fasterxml.jackson.module:jackson-module-parameter-names:2.9.6" level="project" /> | ||
75 | - <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-tomcat:2.0.3.RELEASE" level="project" /> | ||
76 | - <orderEntry type="library" name="Maven: org.apache.tomcat.embed:tomcat-embed-core:8.5.31" level="project" /> | ||
77 | - <orderEntry type="library" name="Maven: org.apache.tomcat.embed:tomcat-embed-el:8.5.31" level="project" /> | ||
78 | - <orderEntry type="library" name="Maven: org.apache.tomcat.embed:tomcat-embed-websocket:8.5.31" level="project" /> | ||
79 | - <orderEntry type="library" name="Maven: org.hibernate.validator:hibernate-validator:6.0.10.Final" level="project" /> | ||
80 | - <orderEntry type="library" name="Maven: javax.validation:validation-api:2.0.1.Final" level="project" /> | ||
81 | - <orderEntry type="library" name="Maven: org.jboss.logging:jboss-logging:3.3.2.Final" level="project" /> | ||
82 | - <orderEntry type="library" name="Maven: org.springframework:spring-web:5.0.7.RELEASE" level="project" /> | ||
83 | - <orderEntry type="library" name="Maven: org.springframework:spring-webmvc:5.0.7.RELEASE" level="project" /> | ||
84 | - <orderEntry type="library" name="Maven: org.springframework:spring-expression:5.0.7.RELEASE" level="project" /> | ||
85 | - <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-thymeleaf:2.0.3.RELEASE" level="project" /> | ||
86 | - <orderEntry type="library" name="Maven: org.thymeleaf:thymeleaf-spring5:3.0.9.RELEASE" level="project" /> | ||
87 | - <orderEntry type="library" name="Maven: org.thymeleaf:thymeleaf:3.0.9.RELEASE" level="project" /> | ||
88 | - <orderEntry type="library" name="Maven: org.attoparser:attoparser:2.0.4.RELEASE" level="project" /> | ||
89 | - <orderEntry type="library" name="Maven: org.unbescape:unbescape:1.1.5.RELEASE" level="project" /> | ||
90 | - <orderEntry type="library" name="Maven: org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.1.RELEASE" level="project" /> | ||
91 | - <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-devtools:2.0.3.RELEASE" level="project" /> | ||
92 | - <orderEntry type="library" name="Maven: net.sourceforge.nekohtml:nekohtml:1.9.22" level="project" /> | ||
93 | - <orderEntry type="library" name="Maven: xerces:xercesImpl:2.11.0" level="project" /> | ||
94 | - <orderEntry type="library" name="Maven: xml-apis:xml-apis:1.4.01" level="project" /> | ||
95 | - <orderEntry type="library" name="Maven: mysql:mysql-connector-java:8.0.16" level="project" /> | ||
96 | - <orderEntry type="library" name="Maven: com.google.protobuf:protobuf-java:3.6.1" level="project" /> | ||
97 | - <orderEntry type="library" name="Maven: com.github.pagehelper:pagehelper-spring-boot-starter:1.2.12" level="project" /> | ||
98 | - <orderEntry type="library" name="Maven: org.mybatis.spring.boot:mybatis-spring-boot-starter:2.0.1" level="project" /> | ||
99 | - <orderEntry type="library" name="Maven: org.mybatis.spring.boot:mybatis-spring-boot-autoconfigure:2.0.1" level="project" /> | ||
100 | - <orderEntry type="library" name="Maven: org.mybatis:mybatis-spring:2.0.1" level="project" /> | ||
101 | - <orderEntry type="library" name="Maven: com.github.pagehelper:pagehelper-spring-boot-autoconfigure:1.2.12" level="project" /> | ||
102 | - <orderEntry type="library" name="Maven: com.github.pagehelper:pagehelper:5.1.10" level="project" /> | ||
103 | - <orderEntry type="library" name="Maven: com.github.jsqlparser:jsqlparser:2.0" level="project" /> | ||
104 | - <orderEntry type="library" name="Maven: com.alibaba:druid-spring-boot-starter:1.1.17" level="project" /> | ||
105 | - <orderEntry type="library" name="Maven: com.alibaba:druid:1.1.17" level="project" /> | ||
106 | - <orderEntry type="library" name="Maven: org.slf4j:slf4j-api:1.7.25" level="project" /> | ||
107 | - <orderEntry type="library" name="Maven: org.apache.commons:commons-lang3:3.7" level="project" /> | ||
108 | - <orderEntry type="library" name="Maven: commons-io:commons-io:2.2" level="project" /> | ||
109 | - <orderEntry type="library" name="Maven: commons-fileupload:commons-fileupload:1.4" level="project" /> | ||
110 | - <orderEntry type="library" name="Maven: org.apache.shiro:shiro-core:1.4.0" level="project" /> | ||
111 | - <orderEntry type="library" name="Maven: org.apache.shiro:shiro-lang:1.4.0" level="project" /> | ||
112 | - <orderEntry type="library" name="Maven: org.apache.shiro:shiro-cache:1.4.0" level="project" /> | ||
113 | - <orderEntry type="library" name="Maven: org.apache.shiro:shiro-crypto-hash:1.4.0" level="project" /> | ||
114 | - <orderEntry type="library" name="Maven: org.apache.shiro:shiro-crypto-core:1.4.0" level="project" /> | ||
115 | - <orderEntry type="library" name="Maven: org.apache.shiro:shiro-crypto-cipher:1.4.0" level="project" /> | ||
116 | - <orderEntry type="library" name="Maven: org.apache.shiro:shiro-config-core:1.4.0" level="project" /> | ||
117 | - <orderEntry type="library" name="Maven: org.apache.shiro:shiro-config-ogdl:1.4.0" level="project" /> | ||
118 | - <orderEntry type="library" name="Maven: commons-beanutils:commons-beanutils:1.9.3" level="project" /> | ||
119 | - <orderEntry type="library" name="Maven: org.apache.shiro:shiro-event:1.4.0" level="project" /> | ||
120 | - <orderEntry type="library" name="Maven: org.apache.shiro:shiro-spring:1.4.0" level="project" /> | ||
121 | - <orderEntry type="library" name="Maven: org.apache.shiro:shiro-web:1.4.0" level="project" /> | ||
122 | - <orderEntry type="library" name="Maven: org.apache.shiro:shiro-ehcache:1.4.0" level="project" /> | ||
123 | - <orderEntry type="library" name="Maven: net.sf.ehcache:ehcache-core:2.6.11" level="project" /> | ||
124 | - <orderEntry type="library" name="Maven: com.github.theborakompanioni:thymeleaf-extras-shiro:2.0.0" level="project" /> | ||
125 | - <orderEntry type="library" name="Maven: com.alibaba:fastjson:1.2.47" level="project" /> | ||
126 | - <orderEntry type="library" name="Maven: eu.bitwalker:UserAgentUtils:1.19" level="project" /> | ||
127 | - <orderEntry type="library" name="Maven: org.springframework:spring-context-support:5.0.7.RELEASE" level="project" /> | ||
128 | - <orderEntry type="library" name="Maven: org.springframework:spring-beans:5.0.7.RELEASE" level="project" /> | ||
129 | - <orderEntry type="library" name="Maven: org.springframework:spring-context:5.0.7.RELEASE" level="project" /> | ||
130 | - <orderEntry type="library" name="Maven: org.quartz-scheduler:quartz:2.3.1" level="project" /> | ||
131 | - <orderEntry type="library" name="Maven: com.mchange:mchange-commons-java:0.2.15" level="project" /> | ||
132 | - <orderEntry type="library" name="Maven: com.zaxxer:HikariCP-java7:2.4.13" level="project" /> | ||
133 | - <orderEntry type="library" name="Maven: org.apache.velocity:velocity:1.7" level="project" /> | ||
134 | - <orderEntry type="library" name="Maven: commons-collections:commons-collections:3.2.1" level="project" /> | ||
135 | - <orderEntry type="library" name="Maven: commons-lang:commons-lang:2.4" level="project" /> | ||
136 | - <orderEntry type="library" name="Maven: com.github.penggle:kaptcha:2.3.2" level="project" /> | ||
137 | - <orderEntry type="library" name="Maven: com.jhlabs:filters:2.0.235-1" level="project" /> | ||
138 | - <orderEntry type="library" name="Maven: io.springfox:springfox-swagger2:2.7.0" level="project" /> | ||
139 | - <orderEntry type="library" name="Maven: io.swagger:swagger-annotations:1.5.13" level="project" /> | ||
140 | - <orderEntry type="library" name="Maven: io.swagger:swagger-models:1.5.13" level="project" /> | ||
141 | - <orderEntry type="library" name="Maven: com.fasterxml.jackson.core:jackson-annotations:2.9.0" level="project" /> | ||
142 | - <orderEntry type="library" name="Maven: io.springfox:springfox-spi:2.7.0" level="project" /> | ||
143 | - <orderEntry type="library" name="Maven: io.springfox:springfox-core:2.7.0" level="project" /> | ||
144 | - <orderEntry type="library" name="Maven: io.springfox:springfox-schema:2.7.0" level="project" /> | ||
145 | - <orderEntry type="library" name="Maven: io.springfox:springfox-swagger-common:2.7.0" level="project" /> | ||
146 | - <orderEntry type="library" name="Maven: io.springfox:springfox-spring-web:2.7.0" level="project" /> | ||
147 | - <orderEntry type="library" name="Maven: org.reflections:reflections:0.9.11" level="project" /> | ||
148 | - <orderEntry type="library" name="Maven: org.javassist:javassist:3.21.0-GA" level="project" /> | ||
149 | - <orderEntry type="library" name="Maven: com.google.guava:guava:18.0" level="project" /> | ||
150 | - <orderEntry type="library" name="Maven: com.fasterxml:classmate:1.3.4" level="project" /> | ||
151 | - <orderEntry type="library" name="Maven: org.springframework.plugin:spring-plugin-core:1.2.0.RELEASE" level="project" /> | ||
152 | - <orderEntry type="library" name="Maven: org.springframework.plugin:spring-plugin-metadata:1.2.0.RELEASE" level="project" /> | ||
153 | - <orderEntry type="library" name="Maven: org.mapstruct:mapstruct:1.1.0.Final" level="project" /> | ||
154 | - <orderEntry type="library" name="Maven: io.springfox:springfox-swagger-ui:2.7.0" level="project" /> | ||
155 | - <orderEntry type="library" name="Maven: org.jsoup:jsoup:1.11.3" level="project" /> | ||
156 | - <orderEntry type="library" name="Maven: org.apache.poi:poi-ooxml:3.9" level="project" /> | ||
157 | - <orderEntry type="library" name="Maven: org.apache.poi:poi:3.9" level="project" /> | ||
158 | - <orderEntry type="library" name="Maven: org.apache.poi:poi-ooxml-schemas:3.9" level="project" /> | ||
159 | - <orderEntry type="library" name="Maven: org.apache.xmlbeans:xmlbeans:2.3.0" level="project" /> | ||
160 | - <orderEntry type="library" name="Maven: stax:stax-api:1.0.1" level="project" /> | ||
161 | - <orderEntry type="library" name="Maven: dom4j:dom4j:1.6.1" level="project" /> | ||
162 | - <orderEntry type="library" name="Maven: org.springframework.session:spring-session-data-redis:2.0.4.RELEASE" level="project" /> | ||
163 | - <orderEntry type="library" name="Maven: org.springframework.data:spring-data-redis:2.0.8.RELEASE" level="project" /> | ||
164 | - <orderEntry type="library" name="Maven: org.springframework.data:spring-data-keyvalue:2.0.8.RELEASE" level="project" /> | ||
165 | - <orderEntry type="library" name="Maven: org.springframework.data:spring-data-commons:2.0.8.RELEASE" level="project" /> | ||
166 | - <orderEntry type="library" name="Maven: org.springframework:spring-tx:5.0.7.RELEASE" level="project" /> | ||
167 | - <orderEntry type="library" name="Maven: org.springframework:spring-oxm:5.0.7.RELEASE" level="project" /> | ||
168 | - <orderEntry type="library" name="Maven: org.springframework.session:spring-session-core:2.0.4.RELEASE" level="project" /> | ||
169 | - <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-data-redis:2.0.3.RELEASE" level="project" /> | ||
170 | - <orderEntry type="library" name="Maven: redis.clients:jedis:2.9.0" level="project" /> | ||
171 | - <orderEntry type="library" name="Maven: org.apache.commons:commons-pool2:2.5.0" level="project" /> | ||
172 | - <orderEntry type="library" name="Maven: org.apache.httpcomponents:httpclient:4.5.5" level="project" /> | ||
173 | - <orderEntry type="library" name="Maven: commons-codec:commons-codec:1.11" level="project" /> | ||
174 | - <orderEntry type="library" name="Maven: org.apache.httpcomponents:httpcore:4.4.9" level="project" /> | ||
175 | - <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-mail:2.0.3.RELEASE" level="project" /> | ||
176 | - <orderEntry type="library" name="Maven: com.sun.mail:javax.mail:1.6.1" level="project" /> | ||
177 | - <orderEntry type="library" name="Maven: javax.activation:activation:1.1" level="project" /> | ||
178 | - <orderEntry type="library" name="Maven: com.google.code.gson:gson:2.8.2" level="project" /> | ||
179 | - <orderEntry type="library" name="Maven: com.huaheng.soft:echarts:1.1" level="project" /> | ||
180 | - <orderEntry type="library" name="Maven: org.junit.jupiter:junit-jupiter-api:5.1.1" level="project" /> | ||
181 | - <orderEntry type="library" name="Maven: org.apiguardian:apiguardian-api:1.0.0" level="project" /> | ||
182 | - <orderEntry type="library" name="Maven: org.opentest4j:opentest4j:1.0.0" level="project" /> | ||
183 | - <orderEntry type="library" name="Maven: org.junit.platform:junit-platform-commons:1.1.1" level="project" /> | ||
184 | - <orderEntry type="library" name="Maven: org.testng:testng:7.0.0-beta7" level="project" /> | ||
185 | - <orderEntry type="library" name="Maven: com.beust:jcommander:1.72" level="project" /> | ||
186 | - <orderEntry type="library" name="Maven: junit:junit:4.12" level="project" /> | ||
187 | - <orderEntry type="library" name="Maven: com.baomidou:mybatis-plus-boot-starter:3.1.2" level="project" /> | ||
188 | - <orderEntry type="library" name="Maven: com.baomidou:mybatis-plus:3.1.2" level="project" /> | ||
189 | - <orderEntry type="library" name="Maven: com.baomidou:mybatis-plus-extension:3.1.2" level="project" /> | ||
190 | - <orderEntry type="library" name="Maven: com.baomidou:mybatis-plus-core:3.1.2" level="project" /> | ||
191 | - <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-jdbc:2.0.3.RELEASE" level="project" /> | ||
192 | - <orderEntry type="library" name="Maven: com.zaxxer:HikariCP:2.7.9" level="project" /> | ||
193 | - <orderEntry type="library" name="Maven: org.springframework:spring-jdbc:5.0.7.RELEASE" level="project" /> | ||
194 | - <orderEntry type="library" scope="PROVIDED" name="Maven: org.projectlombok:lombok:1.18.8" level="project" /> | ||
195 | - <orderEntry type="library" name="Maven: com.baomidou:mybatis-plus-annotation:3.1.2" level="project" /> | ||
196 | - <orderEntry type="library" name="Maven: org.mybatis:mybatis:3.5.1" level="project" /> | ||
197 | - </component> | ||
198 | </module> | 17 | </module> |
199 | \ No newline at end of file | 18 | \ No newline at end of file |
.idea/compiler.xml
@@ -11,7 +11,6 @@ | @@ -11,7 +11,6 @@ | ||
11 | </annotationProcessing> | 11 | </annotationProcessing> |
12 | <bytecodeTargetLevel> | 12 | <bytecodeTargetLevel> |
13 | <module name="huaheng" target="1.8" /> | 13 | <module name="huaheng" target="1.8" /> |
14 | - <module name="WMSV1" target="1.8" /> | ||
15 | </bytecodeTargetLevel> | 14 | </bytecodeTargetLevel> |
16 | </component> | 15 | </component> |
17 | <component name="JavacSettings"> | 16 | <component name="JavacSettings"> |
.idea/dataSources.xml
1 | <?xml version="1.0" encoding="UTF-8"?> | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | <project version="4"> | 2 | <project version="4"> |
3 | <component name="DataSourceManagerImpl" format="xml" multifile-model="true"> | 3 | <component name="DataSourceManagerImpl" format="xml" multifile-model="true"> |
4 | - <data-source source="LOCAL" name="wms2" uuid="e67b6455-2363-423c-bed8-503129974854"> | ||
5 | - <driver-ref>mysql</driver-ref> | 4 | + <data-source source="LOCAL" name="@172.16.29.45" uuid="f0ef190b-e501-4096-a600-42861f79c6c6"> |
5 | + <driver-ref>mysql.8</driver-ref> | ||
6 | <synchronize>true</synchronize> | 6 | <synchronize>true</synchronize> |
7 | - <jdbc-driver>com.mysql.jdbc.Driver</jdbc-driver> | ||
8 | - <jdbc-url>jdbc:mysql://172.16.29.45:3306/wms_v2</jdbc-url> | 7 | + <jdbc-driver>com.mysql.cj.jdbc.Driver</jdbc-driver> |
8 | + <jdbc-url>jdbc:mysql://172.16.29.45:3306</jdbc-url> | ||
9 | <driver-properties> | 9 | <driver-properties> |
10 | <property name="autoReconnect" value="true" /> | 10 | <property name="autoReconnect" value="true" /> |
11 | - <property name="zeroDateTimeBehavior" value="convertToNull" /> | 11 | + <property name="zeroDateTimeBehavior" value="CONVERT_TO_NULL" /> |
12 | <property name="tinyInt1isBit" value="false" /> | 12 | <property name="tinyInt1isBit" value="false" /> |
13 | <property name="characterEncoding" value="utf8" /> | 13 | <property name="characterEncoding" value="utf8" /> |
14 | <property name="characterSetResults" value="utf8" /> | 14 | <property name="characterSetResults" value="utf8" /> |
.idea/encodings.xml
1 | <?xml version="1.0" encoding="UTF-8"?> | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | <project version="4"> | 2 | <project version="4"> |
3 | - <component name="Encoding" native2AsciiForPropertiesFiles="true" defaultCharsetForPropertiesFiles="UTF-8" addBOMForNewFiles="with NO BOM"> | 3 | + <component name="Encoding"> |
4 | <file url="file://$PROJECT_DIR$" charset="UTF-8" /> | 4 | <file url="file://$PROJECT_DIR$" charset="UTF-8" /> |
5 | - <file url="PROJECT" charset="UTF-8" /> | ||
6 | </component> | 5 | </component> |
7 | </project> | 6 | </project> |
8 | \ No newline at end of file | 7 | \ No newline at end of file |
.idea/libraries/Maven__ch_qos_logback_logback_classic_1_2_3.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: ch.qos.logback:logback-classic:1.2.3"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__ch_qos_logback_logback_core_1_2_3.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: ch.qos.logback:logback-core:1.2.3"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__com_alibaba_druid_1_1_17.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: com.alibaba:druid:1.1.17"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/com/alibaba/druid/1.1.17/druid-1.1.17.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/com/alibaba/druid/1.1.17/druid-1.1.17-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/com/alibaba/druid/1.1.17/druid-1.1.17-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__com_alibaba_druid_spring_boot_starter_1_1_17.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: com.alibaba:druid-spring-boot-starter:1.1.17"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/com/alibaba/druid-spring-boot-starter/1.1.17/druid-spring-boot-starter-1.1.17.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/com/alibaba/druid-spring-boot-starter/1.1.17/druid-spring-boot-starter-1.1.17-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/com/alibaba/druid-spring-boot-starter/1.1.17/druid-spring-boot-starter-1.1.17-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__com_alibaba_fastjson_1_2_47.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: com.alibaba:fastjson:1.2.47"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/com/alibaba/fastjson/1.2.47/fastjson-1.2.47.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/com/alibaba/fastjson/1.2.47/fastjson-1.2.47-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/com/alibaba/fastjson/1.2.47/fastjson-1.2.47-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__com_baomidou_mybatis_plus_3_1_2.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: com.baomidou:mybatis-plus:3.1.2"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/com/baomidou/mybatis-plus/3.1.2/mybatis-plus-3.1.2.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/com/baomidou/mybatis-plus/3.1.2/mybatis-plus-3.1.2-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/com/baomidou/mybatis-plus/3.1.2/mybatis-plus-3.1.2-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__com_baomidou_mybatis_plus_annotation_3_1_2.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: com.baomidou:mybatis-plus-annotation:3.1.2"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/com/baomidou/mybatis-plus-annotation/3.1.2/mybatis-plus-annotation-3.1.2.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/com/baomidou/mybatis-plus-annotation/3.1.2/mybatis-plus-annotation-3.1.2-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/com/baomidou/mybatis-plus-annotation/3.1.2/mybatis-plus-annotation-3.1.2-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__com_baomidou_mybatis_plus_boot_starter_3_1_2.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: com.baomidou:mybatis-plus-boot-starter:3.1.2"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/com/baomidou/mybatis-plus-boot-starter/3.1.2/mybatis-plus-boot-starter-3.1.2.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/com/baomidou/mybatis-plus-boot-starter/3.1.2/mybatis-plus-boot-starter-3.1.2-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/com/baomidou/mybatis-plus-boot-starter/3.1.2/mybatis-plus-boot-starter-3.1.2-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__com_baomidou_mybatis_plus_core_3_1_2.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: com.baomidou:mybatis-plus-core:3.1.2"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/com/baomidou/mybatis-plus-core/3.1.2/mybatis-plus-core-3.1.2.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/com/baomidou/mybatis-plus-core/3.1.2/mybatis-plus-core-3.1.2-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/com/baomidou/mybatis-plus-core/3.1.2/mybatis-plus-core-3.1.2-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__com_baomidou_mybatis_plus_extension_3_1_2.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: com.baomidou:mybatis-plus-extension:3.1.2"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/com/baomidou/mybatis-plus-extension/3.1.2/mybatis-plus-extension-3.1.2.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/com/baomidou/mybatis-plus-extension/3.1.2/mybatis-plus-extension-3.1.2-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/com/baomidou/mybatis-plus-extension/3.1.2/mybatis-plus-extension-3.1.2-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__com_beust_jcommander_1_72.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: com.beust:jcommander:1.72"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/com/beust/jcommander/1.72/jcommander-1.72.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/com/beust/jcommander/1.72/jcommander-1.72-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/com/beust/jcommander/1.72/jcommander-1.72-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__com_beust_jcommander_1_722.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: com.beust:jcommander:1.72"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/com/beust/jcommander/1.72/jcommander-1.72.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/com/beust/jcommander/1.72/jcommander-1.72-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/com/beust/jcommander/1.72/jcommander-1.72-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__com_beust_jcommander_1_723.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: com.beust:jcommander:1.72"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/com/beust/jcommander/1.72/jcommander-1.72.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/com/beust/jcommander/1.72/jcommander-1.72-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/com/beust/jcommander/1.72/jcommander-1.72-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__com_fasterxml_classmate_1_3_4.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: com.fasterxml:classmate:1.3.4"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/classmate/1.3.4/classmate-1.3.4.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/classmate/1.3.4/classmate-1.3.4-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/classmate/1.3.4/classmate-1.3.4-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__com_fasterxml_jackson_core_jackson_annotations_2_9_0.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: com.fasterxml.jackson.core:jackson-annotations:2.9.0"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/core/jackson-annotations/2.9.0/jackson-annotations-2.9.0.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/core/jackson-annotations/2.9.0/jackson-annotations-2.9.0-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/core/jackson-annotations/2.9.0/jackson-annotations-2.9.0-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__com_fasterxml_jackson_core_jackson_core_2_9_6.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: com.fasterxml.jackson.core:jackson-core:2.9.6"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/core/jackson-core/2.9.6/jackson-core-2.9.6.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/core/jackson-core/2.9.6/jackson-core-2.9.6-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/core/jackson-core/2.9.6/jackson-core-2.9.6-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__com_fasterxml_jackson_core_jackson_databind_2_9_6.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: com.fasterxml.jackson.core:jackson-databind:2.9.6"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__com_fasterxml_jackson_datatype_jackson_datatype_jdk8_2_9_6.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.9.6"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/2.9.6/jackson-datatype-jdk8-2.9.6.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/2.9.6/jackson-datatype-jdk8-2.9.6-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/2.9.6/jackson-datatype-jdk8-2.9.6-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__com_fasterxml_jackson_datatype_jackson_datatype_jsr310_2_9_6.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.6"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.9.6/jackson-datatype-jsr310-2.9.6.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.9.6/jackson-datatype-jsr310-2.9.6-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.9.6/jackson-datatype-jsr310-2.9.6-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__com_fasterxml_jackson_module_jackson_module_parameter_names_2_9_6.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: com.fasterxml.jackson.module:jackson-module-parameter-names:2.9.6"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/module/jackson-module-parameter-names/2.9.6/jackson-module-parameter-names-2.9.6.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/module/jackson-module-parameter-names/2.9.6/jackson-module-parameter-names-2.9.6-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/module/jackson-module-parameter-names/2.9.6/jackson-module-parameter-names-2.9.6-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__com_github_jsqlparser_jsqlparser_2_0.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: com.github.jsqlparser:jsqlparser:2.0"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/com/github/jsqlparser/jsqlparser/2.0/jsqlparser-2.0.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/com/github/jsqlparser/jsqlparser/2.0/jsqlparser-2.0-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/com/github/jsqlparser/jsqlparser/2.0/jsqlparser-2.0-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__com_github_pagehelper_pagehelper_5_1_10.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: com.github.pagehelper:pagehelper:5.1.10"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/com/github/pagehelper/pagehelper/5.1.10/pagehelper-5.1.10.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/com/github/pagehelper/pagehelper/5.1.10/pagehelper-5.1.10-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/com/github/pagehelper/pagehelper/5.1.10/pagehelper-5.1.10-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__com_github_pagehelper_pagehelper_spring_boot_autoconfigure_1_2_12.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: com.github.pagehelper:pagehelper-spring-boot-autoconfigure:1.2.12"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/com/github/pagehelper/pagehelper-spring-boot-autoconfigure/1.2.12/pagehelper-spring-boot-autoconfigure-1.2.12.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/com/github/pagehelper/pagehelper-spring-boot-autoconfigure/1.2.12/pagehelper-spring-boot-autoconfigure-1.2.12-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/com/github/pagehelper/pagehelper-spring-boot-autoconfigure/1.2.12/pagehelper-spring-boot-autoconfigure-1.2.12-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__com_github_pagehelper_pagehelper_spring_boot_starter_1_2_12.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: com.github.pagehelper:pagehelper-spring-boot-starter:1.2.12"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/com/github/pagehelper/pagehelper-spring-boot-starter/1.2.12/pagehelper-spring-boot-starter-1.2.12.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/com/github/pagehelper/pagehelper-spring-boot-starter/1.2.12/pagehelper-spring-boot-starter-1.2.12-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/com/github/pagehelper/pagehelper-spring-boot-starter/1.2.12/pagehelper-spring-boot-starter-1.2.12-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__com_github_penggle_kaptcha_2_3_2.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: com.github.penggle:kaptcha:2.3.2"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/com/github/penggle/kaptcha/2.3.2/kaptcha-2.3.2.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/com/github/penggle/kaptcha/2.3.2/kaptcha-2.3.2-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/com/github/penggle/kaptcha/2.3.2/kaptcha-2.3.2-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__com_github_theborakompanioni_thymeleaf_extras_shiro_2_0_0.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: com.github.theborakompanioni:thymeleaf-extras-shiro:2.0.0"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/com/github/theborakompanioni/thymeleaf-extras-shiro/2.0.0/thymeleaf-extras-shiro-2.0.0.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/com/github/theborakompanioni/thymeleaf-extras-shiro/2.0.0/thymeleaf-extras-shiro-2.0.0-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/com/github/theborakompanioni/thymeleaf-extras-shiro/2.0.0/thymeleaf-extras-shiro-2.0.0-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__com_google_code_gson_gson_2_8_2.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: com.google.code.gson:gson:2.8.2"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/com/google/code/gson/gson/2.8.2/gson-2.8.2.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/com/google/code/gson/gson/2.8.2/gson-2.8.2-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/com/google/code/gson/gson/2.8.2/gson-2.8.2-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__com_google_code_gson_gson_2_8_22.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: com.google.code.gson:gson:2.8.2"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/com/google/code/gson/gson/2.8.2/gson-2.8.2.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/com/google/code/gson/gson/2.8.2/gson-2.8.2-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/com/google/code/gson/gson/2.8.2/gson-2.8.2-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__com_google_code_gson_gson_2_8_23.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: com.google.code.gson:gson:2.8.2"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/com/google/code/gson/gson/2.8.2/gson-2.8.2.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/com/google/code/gson/gson/2.8.2/gson-2.8.2-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/com/google/code/gson/gson/2.8.2/gson-2.8.2-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__com_google_code_gson_gson_2_8_24.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: com.google.code.gson:gson:2.8.2"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/com/google/code/gson/gson/2.8.2/gson-2.8.2.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/com/google/code/gson/gson/2.8.2/gson-2.8.2-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/com/google/code/gson/gson/2.8.2/gson-2.8.2-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__com_google_guava_guava_18_0.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: com.google.guava:guava:18.0"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/com/google/guava/guava/18.0/guava-18.0.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/com/google/guava/guava/18.0/guava-18.0-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/com/google/guava/guava/18.0/guava-18.0-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__com_google_protobuf_protobuf_java_3_6_1.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: com.google.protobuf:protobuf-java:3.6.1"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/com/google/protobuf/protobuf-java/3.6.1/protobuf-java-3.6.1.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/com/google/protobuf/protobuf-java/3.6.1/protobuf-java-3.6.1-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/com/google/protobuf/protobuf-java/3.6.1/protobuf-java-3.6.1-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__com_huaheng_soft_echarts_1_1.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: com.huaheng.soft:echarts:1.1"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/com/huaheng/soft/echarts/1.1/echarts-1.1.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/com/huaheng/soft/echarts/1.1/echarts-1.1-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/com/huaheng/soft/echarts/1.1/echarts-1.1-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__com_huaheng_soft_echarts_1_12.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: com.huaheng.soft:echarts:1.1"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/com/huaheng/soft/echarts/1.1/echarts-1.1.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/com/huaheng/soft/echarts/1.1/echarts-1.1-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/com/huaheng/soft/echarts/1.1/echarts-1.1-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__com_huaheng_soft_echarts_1_13.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: com.huaheng.soft:echarts:1.1"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/com/huaheng/soft/echarts/1.1/echarts-1.1.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/com/huaheng/soft/echarts/1.1/echarts-1.1-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/com/huaheng/soft/echarts/1.1/echarts-1.1-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__com_huaheng_soft_echarts_1_14.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: com.huaheng.soft:echarts:1.1"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/com/huaheng/soft/echarts/1.1/echarts-1.1.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/com/huaheng/soft/echarts/1.1/echarts-1.1-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/com/huaheng/soft/echarts/1.1/echarts-1.1-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__com_jayway_jsonpath_json_path_2_4_0.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: com.jayway.jsonpath:json-path:2.4.0"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/com/jayway/jsonpath/json-path/2.4.0/json-path-2.4.0.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/com/jayway/jsonpath/json-path/2.4.0/json-path-2.4.0-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/com/jayway/jsonpath/json-path/2.4.0/json-path-2.4.0-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__com_jhlabs_filters_2_0_235_1.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: com.jhlabs:filters:2.0.235-1"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/com/jhlabs/filters/2.0.235-1/filters-2.0.235-1.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/com/jhlabs/filters/2.0.235-1/filters-2.0.235-1-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/com/jhlabs/filters/2.0.235-1/filters-2.0.235-1-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__com_mchange_mchange_commons_java_0_2_15.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: com.mchange:mchange-commons-java:0.2.15"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/com/mchange/mchange-commons-java/0.2.15/mchange-commons-java-0.2.15.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/com/mchange/mchange-commons-java/0.2.15/mchange-commons-java-0.2.15-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/com/mchange/mchange-commons-java/0.2.15/mchange-commons-java-0.2.15-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__com_sun_mail_javax_mail_1_6_1.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: com.sun.mail:javax.mail:1.6.1"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/com/sun/mail/javax.mail/1.6.1/javax.mail-1.6.1.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/com/sun/mail/javax.mail/1.6.1/javax.mail-1.6.1-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/com/sun/mail/javax.mail/1.6.1/javax.mail-1.6.1-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__com_sun_mail_javax_mail_1_6_12.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: com.sun.mail:javax.mail:1.6.1"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/com/sun/mail/javax.mail/1.6.1/javax.mail-1.6.1.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/com/sun/mail/javax.mail/1.6.1/javax.mail-1.6.1-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/com/sun/mail/javax.mail/1.6.1/javax.mail-1.6.1-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__com_sun_mail_javax_mail_1_6_13.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: com.sun.mail:javax.mail:1.6.1"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/com/sun/mail/javax.mail/1.6.1/javax.mail-1.6.1.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/com/sun/mail/javax.mail/1.6.1/javax.mail-1.6.1-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/com/sun/mail/javax.mail/1.6.1/javax.mail-1.6.1-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__com_vaadin_external_google_android_json_0_0_20131108_vaadin1.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: com.vaadin.external.google:android-json:0.0.20131108.vaadin1"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/com/vaadin/external/google/android-json/0.0.20131108.vaadin1/android-json-0.0.20131108.vaadin1.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/com/vaadin/external/google/android-json/0.0.20131108.vaadin1/android-json-0.0.20131108.vaadin1-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/com/vaadin/external/google/android-json/0.0.20131108.vaadin1/android-json-0.0.20131108.vaadin1-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__com_zaxxer_HikariCP_2_7_9.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: com.zaxxer:HikariCP:2.7.9"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/com/zaxxer/HikariCP/2.7.9/HikariCP-2.7.9.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/com/zaxxer/HikariCP/2.7.9/HikariCP-2.7.9-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/com/zaxxer/HikariCP/2.7.9/HikariCP-2.7.9-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__com_zaxxer_HikariCP_java7_2_4_13.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: com.zaxxer:HikariCP-java7:2.4.13"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/com/zaxxer/HikariCP-java7/2.4.13/HikariCP-java7-2.4.13.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/com/zaxxer/HikariCP-java7/2.4.13/HikariCP-java7-2.4.13-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/com/zaxxer/HikariCP-java7/2.4.13/HikariCP-java7-2.4.13-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__commons_beanutils_commons_beanutils_1_9_3.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: commons-beanutils:commons-beanutils:1.9.3"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/commons-beanutils/commons-beanutils/1.9.3/commons-beanutils-1.9.3.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/commons-beanutils/commons-beanutils/1.9.3/commons-beanutils-1.9.3-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/commons-beanutils/commons-beanutils/1.9.3/commons-beanutils-1.9.3-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__commons_codec_commons_codec_1_11.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: commons-codec:commons-codec:1.11"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/commons-codec/commons-codec/1.11/commons-codec-1.11.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/commons-codec/commons-codec/1.11/commons-codec-1.11-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/commons-codec/commons-codec/1.11/commons-codec-1.11-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__commons_collections_commons_collections_3_2_1.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: commons-collections:commons-collections:3.2.1"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__commons_fileupload_commons_fileupload_1_4.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: commons-fileupload:commons-fileupload:1.4"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/commons-fileupload/commons-fileupload/1.4/commons-fileupload-1.4.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/commons-fileupload/commons-fileupload/1.4/commons-fileupload-1.4-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/commons-fileupload/commons-fileupload/1.4/commons-fileupload-1.4-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__commons_io_commons_io_2_2.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: commons-io:commons-io:2.2"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/commons-io/commons-io/2.2/commons-io-2.2.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/commons-io/commons-io/2.2/commons-io-2.2-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/commons-io/commons-io/2.2/commons-io-2.2-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__commons_lang_commons_lang_2_4.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: commons-lang:commons-lang:2.4"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/commons-lang/commons-lang/2.4/commons-lang-2.4.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/commons-lang/commons-lang/2.4/commons-lang-2.4-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/commons-lang/commons-lang/2.4/commons-lang-2.4-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__dom4j_dom4j_1_6_1.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: dom4j:dom4j:1.6.1"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/dom4j/dom4j/1.6.1/dom4j-1.6.1-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/dom4j/dom4j/1.6.1/dom4j-1.6.1-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__eu_bitwalker_UserAgentUtils_1_19.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: eu.bitwalker:UserAgentUtils:1.19"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/eu/bitwalker/UserAgentUtils/1.19/UserAgentUtils-1.19.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/eu/bitwalker/UserAgentUtils/1.19/UserAgentUtils-1.19-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/eu/bitwalker/UserAgentUtils/1.19/UserAgentUtils-1.19-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__io_springfox_springfox_core_2_7_0.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: io.springfox:springfox-core:2.7.0"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/io/springfox/springfox-core/2.7.0/springfox-core-2.7.0.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/io/springfox/springfox-core/2.7.0/springfox-core-2.7.0-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/io/springfox/springfox-core/2.7.0/springfox-core-2.7.0-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__io_springfox_springfox_schema_2_7_0.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: io.springfox:springfox-schema:2.7.0"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/io/springfox/springfox-schema/2.7.0/springfox-schema-2.7.0.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/io/springfox/springfox-schema/2.7.0/springfox-schema-2.7.0-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/io/springfox/springfox-schema/2.7.0/springfox-schema-2.7.0-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__io_springfox_springfox_spi_2_7_0.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: io.springfox:springfox-spi:2.7.0"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/io/springfox/springfox-spi/2.7.0/springfox-spi-2.7.0.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/io/springfox/springfox-spi/2.7.0/springfox-spi-2.7.0-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/io/springfox/springfox-spi/2.7.0/springfox-spi-2.7.0-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__io_springfox_springfox_spring_web_2_7_0.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: io.springfox:springfox-spring-web:2.7.0"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/io/springfox/springfox-spring-web/2.7.0/springfox-spring-web-2.7.0.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/io/springfox/springfox-spring-web/2.7.0/springfox-spring-web-2.7.0-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/io/springfox/springfox-spring-web/2.7.0/springfox-spring-web-2.7.0-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__io_springfox_springfox_swagger2_2_7_0.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: io.springfox:springfox-swagger2:2.7.0"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/io/springfox/springfox-swagger2/2.7.0/springfox-swagger2-2.7.0.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/io/springfox/springfox-swagger2/2.7.0/springfox-swagger2-2.7.0-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/io/springfox/springfox-swagger2/2.7.0/springfox-swagger2-2.7.0-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__io_springfox_springfox_swagger_common_2_7_0.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: io.springfox:springfox-swagger-common:2.7.0"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/io/springfox/springfox-swagger-common/2.7.0/springfox-swagger-common-2.7.0.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/io/springfox/springfox-swagger-common/2.7.0/springfox-swagger-common-2.7.0-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/io/springfox/springfox-swagger-common/2.7.0/springfox-swagger-common-2.7.0-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__io_springfox_springfox_swagger_ui_2_7_0.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: io.springfox:springfox-swagger-ui:2.7.0"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/io/springfox/springfox-swagger-ui/2.7.0/springfox-swagger-ui-2.7.0.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/io/springfox/springfox-swagger-ui/2.7.0/springfox-swagger-ui-2.7.0-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/io/springfox/springfox-swagger-ui/2.7.0/springfox-swagger-ui-2.7.0-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__io_swagger_swagger_annotations_1_5_13.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: io.swagger:swagger-annotations:1.5.13"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/io/swagger/swagger-annotations/1.5.13/swagger-annotations-1.5.13.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/io/swagger/swagger-annotations/1.5.13/swagger-annotations-1.5.13-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/io/swagger/swagger-annotations/1.5.13/swagger-annotations-1.5.13-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__io_swagger_swagger_models_1_5_13.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: io.swagger:swagger-models:1.5.13"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/io/swagger/swagger-models/1.5.13/swagger-models-1.5.13.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/io/swagger/swagger-models/1.5.13/swagger-models-1.5.13-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/io/swagger/swagger-models/1.5.13/swagger-models-1.5.13-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__javax_activation_activation_1_1.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: javax.activation:activation:1.1"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/javax/activation/activation/1.1/activation-1.1.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/javax/activation/activation/1.1/activation-1.1-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/javax/activation/activation/1.1/activation-1.1-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__javax_activation_activation_1_12.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: javax.activation:activation:1.1"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/javax/activation/activation/1.1/activation-1.1.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/javax/activation/activation/1.1/activation-1.1-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/javax/activation/activation/1.1/activation-1.1-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__javax_activation_activation_1_13.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: javax.activation:activation:1.1"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/javax/activation/activation/1.1/activation-1.1.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/javax/activation/activation/1.1/activation-1.1-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/javax/activation/activation/1.1/activation-1.1-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__javax_annotation_javax_annotation_api_1_3_2.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: javax.annotation:javax.annotation-api:1.3.2"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__javax_validation_validation_api_2_0_1_Final.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: javax.validation:validation-api:2.0.1.Final"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/javax/validation/validation-api/2.0.1.Final/validation-api-2.0.1.Final.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/javax/validation/validation-api/2.0.1.Final/validation-api-2.0.1.Final-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/javax/validation/validation-api/2.0.1.Final/validation-api-2.0.1.Final-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__junit_junit_4_12.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: junit:junit:4.12"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/junit/junit/4.12/junit-4.12.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/junit/junit/4.12/junit-4.12-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/junit/junit/4.12/junit-4.12-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__mysql_mysql_connector_java_8_0_16.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: mysql:mysql-connector-java:8.0.16"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/mysql/mysql-connector-java/8.0.16/mysql-connector-java-8.0.16.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/mysql/mysql-connector-java/8.0.16/mysql-connector-java-8.0.16-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/mysql/mysql-connector-java/8.0.16/mysql-connector-java-8.0.16-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__net_bytebuddy_byte_buddy_1_7_11.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: net.bytebuddy:byte-buddy:1.7.11"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/net/bytebuddy/byte-buddy/1.7.11/byte-buddy-1.7.11.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/net/bytebuddy/byte-buddy/1.7.11/byte-buddy-1.7.11-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/net/bytebuddy/byte-buddy/1.7.11/byte-buddy-1.7.11-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__net_bytebuddy_byte_buddy_agent_1_7_11.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: net.bytebuddy:byte-buddy-agent:1.7.11"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/net/bytebuddy/byte-buddy-agent/1.7.11/byte-buddy-agent-1.7.11.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/net/bytebuddy/byte-buddy-agent/1.7.11/byte-buddy-agent-1.7.11-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/net/bytebuddy/byte-buddy-agent/1.7.11/byte-buddy-agent-1.7.11-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__net_minidev_accessors_smart_1_2.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: net.minidev:accessors-smart:1.2"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/net/minidev/accessors-smart/1.2/accessors-smart-1.2.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/net/minidev/accessors-smart/1.2/accessors-smart-1.2-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/net/minidev/accessors-smart/1.2/accessors-smart-1.2-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__net_minidev_json_smart_2_3.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: net.minidev:json-smart:2.3"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/net/minidev/json-smart/2.3/json-smart-2.3.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/net/minidev/json-smart/2.3/json-smart-2.3-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/net/minidev/json-smart/2.3/json-smart-2.3-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__net_sf_ehcache_ehcache_core_2_6_11.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: net.sf.ehcache:ehcache-core:2.6.11"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/net/sf/ehcache/ehcache-core/2.6.11/ehcache-core-2.6.11.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/net/sf/ehcache/ehcache-core/2.6.11/ehcache-core-2.6.11-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/net/sf/ehcache/ehcache-core/2.6.11/ehcache-core-2.6.11-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__net_sourceforge_nekohtml_nekohtml_1_9_22.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: net.sourceforge.nekohtml:nekohtml:1.9.22"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/net/sourceforge/nekohtml/nekohtml/1.9.22/nekohtml-1.9.22.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/net/sourceforge/nekohtml/nekohtml/1.9.22/nekohtml-1.9.22-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/net/sourceforge/nekohtml/nekohtml/1.9.22/nekohtml-1.9.22-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_apache_commons_commons_lang3_3_7.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.apache.commons:commons-lang3:3.7"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_apache_commons_commons_pool2_2_5_0.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.apache.commons:commons-pool2:2.5.0"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/apache/commons/commons-pool2/2.5.0/commons-pool2-2.5.0.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/apache/commons/commons-pool2/2.5.0/commons-pool2-2.5.0-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/apache/commons/commons-pool2/2.5.0/commons-pool2-2.5.0-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_apache_commons_commons_pool2_2_5_02.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.apache.commons:commons-pool2:2.5.0"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/apache/commons/commons-pool2/2.5.0/commons-pool2-2.5.0.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/apache/commons/commons-pool2/2.5.0/commons-pool2-2.5.0-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/apache/commons/commons-pool2/2.5.0/commons-pool2-2.5.0-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_apache_commons_commons_pool2_2_5_03.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.apache.commons:commons-pool2:2.5.0"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/apache/commons/commons-pool2/2.5.0/commons-pool2-2.5.0.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/apache/commons/commons-pool2/2.5.0/commons-pool2-2.5.0-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/apache/commons/commons-pool2/2.5.0/commons-pool2-2.5.0-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_apache_httpcomponents_httpclient_4_5_5.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.apache.httpcomponents:httpclient:4.5.5"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/apache/httpcomponents/httpclient/4.5.5/httpclient-4.5.5.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/apache/httpcomponents/httpclient/4.5.5/httpclient-4.5.5-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/apache/httpcomponents/httpclient/4.5.5/httpclient-4.5.5-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_apache_httpcomponents_httpclient_4_5_52.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.apache.httpcomponents:httpclient:4.5.5"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/apache/httpcomponents/httpclient/4.5.5/httpclient-4.5.5.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/apache/httpcomponents/httpclient/4.5.5/httpclient-4.5.5-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/apache/httpcomponents/httpclient/4.5.5/httpclient-4.5.5-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_apache_httpcomponents_httpclient_4_5_53.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.apache.httpcomponents:httpclient:4.5.5"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/apache/httpcomponents/httpclient/4.5.5/httpclient-4.5.5.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/apache/httpcomponents/httpclient/4.5.5/httpclient-4.5.5-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/apache/httpcomponents/httpclient/4.5.5/httpclient-4.5.5-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_apache_httpcomponents_httpcore_4_4_9.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.apache.httpcomponents:httpcore:4.4.9"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/apache/httpcomponents/httpcore/4.4.9/httpcore-4.4.9.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/apache/httpcomponents/httpcore/4.4.9/httpcore-4.4.9-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/apache/httpcomponents/httpcore/4.4.9/httpcore-4.4.9-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_apache_httpcomponents_httpcore_4_4_92.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.apache.httpcomponents:httpcore:4.4.9"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/apache/httpcomponents/httpcore/4.4.9/httpcore-4.4.9.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/apache/httpcomponents/httpcore/4.4.9/httpcore-4.4.9-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/apache/httpcomponents/httpcore/4.4.9/httpcore-4.4.9-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_apache_httpcomponents_httpcore_4_4_93.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.apache.httpcomponents:httpcore:4.4.9"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/apache/httpcomponents/httpcore/4.4.9/httpcore-4.4.9.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/apache/httpcomponents/httpcore/4.4.9/httpcore-4.4.9-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/apache/httpcomponents/httpcore/4.4.9/httpcore-4.4.9-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_apache_logging_log4j_log4j_api_2_10_0.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.apache.logging.log4j:log4j-api:2.10.0"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/apache/logging/log4j/log4j-api/2.10.0/log4j-api-2.10.0.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/apache/logging/log4j/log4j-api/2.10.0/log4j-api-2.10.0-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/apache/logging/log4j/log4j-api/2.10.0/log4j-api-2.10.0-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_apache_logging_log4j_log4j_to_slf4j_2_10_0.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.apache.logging.log4j:log4j-to-slf4j:2.10.0"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/apache/logging/log4j/log4j-to-slf4j/2.10.0/log4j-to-slf4j-2.10.0.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/apache/logging/log4j/log4j-to-slf4j/2.10.0/log4j-to-slf4j-2.10.0-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/apache/logging/log4j/log4j-to-slf4j/2.10.0/log4j-to-slf4j-2.10.0-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_apache_poi_poi_3_9.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.apache.poi:poi:3.9"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/apache/poi/poi/3.9/poi-3.9.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/apache/poi/poi/3.9/poi-3.9-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/apache/poi/poi/3.9/poi-3.9-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_apache_poi_poi_ooxml_3_9.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.apache.poi:poi-ooxml:3.9"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/apache/poi/poi-ooxml/3.9/poi-ooxml-3.9.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/apache/poi/poi-ooxml/3.9/poi-ooxml-3.9-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/apache/poi/poi-ooxml/3.9/poi-ooxml-3.9-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_apache_poi_poi_ooxml_schemas_3_9.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.apache.poi:poi-ooxml-schemas:3.9"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/apache/poi/poi-ooxml-schemas/3.9/poi-ooxml-schemas-3.9.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/apache/poi/poi-ooxml-schemas/3.9/poi-ooxml-schemas-3.9-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/apache/poi/poi-ooxml-schemas/3.9/poi-ooxml-schemas-3.9-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_apache_shiro_shiro_cache_1_4_0.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.apache.shiro:shiro-cache:1.4.0"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/apache/shiro/shiro-cache/1.4.0/shiro-cache-1.4.0.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/apache/shiro/shiro-cache/1.4.0/shiro-cache-1.4.0-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/apache/shiro/shiro-cache/1.4.0/shiro-cache-1.4.0-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_apache_shiro_shiro_config_core_1_4_0.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.apache.shiro:shiro-config-core:1.4.0"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/apache/shiro/shiro-config-core/1.4.0/shiro-config-core-1.4.0.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/apache/shiro/shiro-config-core/1.4.0/shiro-config-core-1.4.0-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/apache/shiro/shiro-config-core/1.4.0/shiro-config-core-1.4.0-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_apache_shiro_shiro_config_ogdl_1_4_0.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.apache.shiro:shiro-config-ogdl:1.4.0"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/apache/shiro/shiro-config-ogdl/1.4.0/shiro-config-ogdl-1.4.0.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/apache/shiro/shiro-config-ogdl/1.4.0/shiro-config-ogdl-1.4.0-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/apache/shiro/shiro-config-ogdl/1.4.0/shiro-config-ogdl-1.4.0-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_apache_shiro_shiro_core_1_4_0.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.apache.shiro:shiro-core:1.4.0"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/apache/shiro/shiro-core/1.4.0/shiro-core-1.4.0.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/apache/shiro/shiro-core/1.4.0/shiro-core-1.4.0-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/apache/shiro/shiro-core/1.4.0/shiro-core-1.4.0-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_apache_shiro_shiro_crypto_cipher_1_4_0.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.apache.shiro:shiro-crypto-cipher:1.4.0"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/apache/shiro/shiro-crypto-cipher/1.4.0/shiro-crypto-cipher-1.4.0.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/apache/shiro/shiro-crypto-cipher/1.4.0/shiro-crypto-cipher-1.4.0-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/apache/shiro/shiro-crypto-cipher/1.4.0/shiro-crypto-cipher-1.4.0-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_apache_shiro_shiro_crypto_core_1_4_0.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.apache.shiro:shiro-crypto-core:1.4.0"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/apache/shiro/shiro-crypto-core/1.4.0/shiro-crypto-core-1.4.0.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/apache/shiro/shiro-crypto-core/1.4.0/shiro-crypto-core-1.4.0-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/apache/shiro/shiro-crypto-core/1.4.0/shiro-crypto-core-1.4.0-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_apache_shiro_shiro_crypto_hash_1_4_0.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.apache.shiro:shiro-crypto-hash:1.4.0"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/apache/shiro/shiro-crypto-hash/1.4.0/shiro-crypto-hash-1.4.0.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/apache/shiro/shiro-crypto-hash/1.4.0/shiro-crypto-hash-1.4.0-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/apache/shiro/shiro-crypto-hash/1.4.0/shiro-crypto-hash-1.4.0-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_apache_shiro_shiro_ehcache_1_4_0.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.apache.shiro:shiro-ehcache:1.4.0"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/apache/shiro/shiro-ehcache/1.4.0/shiro-ehcache-1.4.0.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/apache/shiro/shiro-ehcache/1.4.0/shiro-ehcache-1.4.0-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/apache/shiro/shiro-ehcache/1.4.0/shiro-ehcache-1.4.0-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_apache_shiro_shiro_event_1_4_0.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.apache.shiro:shiro-event:1.4.0"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/apache/shiro/shiro-event/1.4.0/shiro-event-1.4.0.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/apache/shiro/shiro-event/1.4.0/shiro-event-1.4.0-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/apache/shiro/shiro-event/1.4.0/shiro-event-1.4.0-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_apache_shiro_shiro_lang_1_4_0.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.apache.shiro:shiro-lang:1.4.0"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/apache/shiro/shiro-lang/1.4.0/shiro-lang-1.4.0.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/apache/shiro/shiro-lang/1.4.0/shiro-lang-1.4.0-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/apache/shiro/shiro-lang/1.4.0/shiro-lang-1.4.0-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_apache_shiro_shiro_spring_1_4_0.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.apache.shiro:shiro-spring:1.4.0"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/apache/shiro/shiro-spring/1.4.0/shiro-spring-1.4.0.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/apache/shiro/shiro-spring/1.4.0/shiro-spring-1.4.0-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/apache/shiro/shiro-spring/1.4.0/shiro-spring-1.4.0-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_apache_shiro_shiro_web_1_4_0.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.apache.shiro:shiro-web:1.4.0"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/apache/shiro/shiro-web/1.4.0/shiro-web-1.4.0.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/apache/shiro/shiro-web/1.4.0/shiro-web-1.4.0-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/apache/shiro/shiro-web/1.4.0/shiro-web-1.4.0-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_apache_tomcat_embed_tomcat_embed_core_8_5_31.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.apache.tomcat.embed:tomcat-embed-core:8.5.31"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/apache/tomcat/embed/tomcat-embed-core/8.5.31/tomcat-embed-core-8.5.31.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/apache/tomcat/embed/tomcat-embed-core/8.5.31/tomcat-embed-core-8.5.31-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/apache/tomcat/embed/tomcat-embed-core/8.5.31/tomcat-embed-core-8.5.31-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_apache_tomcat_embed_tomcat_embed_el_8_5_31.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.apache.tomcat.embed:tomcat-embed-el:8.5.31"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/apache/tomcat/embed/tomcat-embed-el/8.5.31/tomcat-embed-el-8.5.31.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/apache/tomcat/embed/tomcat-embed-el/8.5.31/tomcat-embed-el-8.5.31-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/apache/tomcat/embed/tomcat-embed-el/8.5.31/tomcat-embed-el-8.5.31-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_apache_tomcat_embed_tomcat_embed_websocket_8_5_31.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.apache.tomcat.embed:tomcat-embed-websocket:8.5.31"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/apache/tomcat/embed/tomcat-embed-websocket/8.5.31/tomcat-embed-websocket-8.5.31.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/apache/tomcat/embed/tomcat-embed-websocket/8.5.31/tomcat-embed-websocket-8.5.31-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/apache/tomcat/embed/tomcat-embed-websocket/8.5.31/tomcat-embed-websocket-8.5.31-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_apache_velocity_velocity_1_7.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.apache.velocity:velocity:1.7"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/apache/velocity/velocity/1.7/velocity-1.7.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/apache/velocity/velocity/1.7/velocity-1.7-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/apache/velocity/velocity/1.7/velocity-1.7-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_apache_xmlbeans_xmlbeans_2_3_0.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.apache.xmlbeans:xmlbeans:2.3.0"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/apache/xmlbeans/xmlbeans/2.3.0/xmlbeans-2.3.0.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/apache/xmlbeans/xmlbeans/2.3.0/xmlbeans-2.3.0-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/apache/xmlbeans/xmlbeans/2.3.0/xmlbeans-2.3.0-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_apiguardian_apiguardian_api_1_0_0.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.apiguardian:apiguardian-api:1.0.0"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_apiguardian_apiguardian_api_1_0_02.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.apiguardian:apiguardian-api:1.0.0"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_apiguardian_apiguardian_api_1_0_03.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.apiguardian:apiguardian-api:1.0.0"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_aspectj_aspectjweaver_1_8_13.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.aspectj:aspectjweaver:1.8.13"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/aspectj/aspectjweaver/1.8.13/aspectjweaver-1.8.13.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/aspectj/aspectjweaver/1.8.13/aspectjweaver-1.8.13-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/aspectj/aspectjweaver/1.8.13/aspectjweaver-1.8.13-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_assertj_assertj_core_3_9_1.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.assertj:assertj-core:3.9.1"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/assertj/assertj-core/3.9.1/assertj-core-3.9.1.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/assertj/assertj-core/3.9.1/assertj-core-3.9.1-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/assertj/assertj-core/3.9.1/assertj-core-3.9.1-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_attoparser_attoparser_2_0_4_RELEASE.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.attoparser:attoparser:2.0.4.RELEASE"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/attoparser/attoparser/2.0.4.RELEASE/attoparser-2.0.4.RELEASE.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/attoparser/attoparser/2.0.4.RELEASE/attoparser-2.0.4.RELEASE-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/attoparser/attoparser/2.0.4.RELEASE/attoparser-2.0.4.RELEASE-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_hamcrest_hamcrest_core_1_3.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.hamcrest:hamcrest-core:1.3"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_hamcrest_hamcrest_library_1_3.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.hamcrest:hamcrest-library:1.3"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_hibernate_validator_hibernate_validator_6_0_10_Final.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.hibernate.validator:hibernate-validator:6.0.10.Final"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/hibernate/validator/hibernate-validator/6.0.10.Final/hibernate-validator-6.0.10.Final.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/hibernate/validator/hibernate-validator/6.0.10.Final/hibernate-validator-6.0.10.Final-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/hibernate/validator/hibernate-validator/6.0.10.Final/hibernate-validator-6.0.10.Final-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_javassist_javassist_3_21_0_GA.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.javassist:javassist:3.21.0-GA"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/javassist/javassist/3.21.0-GA/javassist-3.21.0-GA.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/javassist/javassist/3.21.0-GA/javassist-3.21.0-GA-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/javassist/javassist/3.21.0-GA/javassist-3.21.0-GA-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_jboss_logging_jboss_logging_3_3_2_Final.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.jboss.logging:jboss-logging:3.3.2.Final"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/jboss/logging/jboss-logging/3.3.2.Final/jboss-logging-3.3.2.Final.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/jboss/logging/jboss-logging/3.3.2.Final/jboss-logging-3.3.2.Final-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/jboss/logging/jboss-logging/3.3.2.Final/jboss-logging-3.3.2.Final-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_jsoup_jsoup_1_11_3.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.jsoup:jsoup:1.11.3"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/jsoup/jsoup/1.11.3/jsoup-1.11.3.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/jsoup/jsoup/1.11.3/jsoup-1.11.3-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/jsoup/jsoup/1.11.3/jsoup-1.11.3-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_junit_jupiter_junit_jupiter_api_5_1_1.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.junit.jupiter:junit-jupiter-api:5.1.1"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/junit/jupiter/junit-jupiter-api/5.1.1/junit-jupiter-api-5.1.1.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/junit/jupiter/junit-jupiter-api/5.1.1/junit-jupiter-api-5.1.1-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/junit/jupiter/junit-jupiter-api/5.1.1/junit-jupiter-api-5.1.1-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_junit_jupiter_junit_jupiter_api_5_1_12.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.junit.jupiter:junit-jupiter-api:5.1.1"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/junit/jupiter/junit-jupiter-api/5.1.1/junit-jupiter-api-5.1.1.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/junit/jupiter/junit-jupiter-api/5.1.1/junit-jupiter-api-5.1.1-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/junit/jupiter/junit-jupiter-api/5.1.1/junit-jupiter-api-5.1.1-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_junit_jupiter_junit_jupiter_api_5_1_13.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.junit.jupiter:junit-jupiter-api:5.1.1"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/junit/jupiter/junit-jupiter-api/5.1.1/junit-jupiter-api-5.1.1.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/junit/jupiter/junit-jupiter-api/5.1.1/junit-jupiter-api-5.1.1-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/junit/jupiter/junit-jupiter-api/5.1.1/junit-jupiter-api-5.1.1-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_junit_platform_junit_platform_commons_1_1_1.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.junit.platform:junit-platform-commons:1.1.1"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/junit/platform/junit-platform-commons/1.1.1/junit-platform-commons-1.1.1.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/junit/platform/junit-platform-commons/1.1.1/junit-platform-commons-1.1.1-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/junit/platform/junit-platform-commons/1.1.1/junit-platform-commons-1.1.1-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_junit_platform_junit_platform_commons_1_1_12.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.junit.platform:junit-platform-commons:1.1.1"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/junit/platform/junit-platform-commons/1.1.1/junit-platform-commons-1.1.1.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/junit/platform/junit-platform-commons/1.1.1/junit-platform-commons-1.1.1-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/junit/platform/junit-platform-commons/1.1.1/junit-platform-commons-1.1.1-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_junit_platform_junit_platform_commons_1_1_13.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.junit.platform:junit-platform-commons:1.1.1"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/junit/platform/junit-platform-commons/1.1.1/junit-platform-commons-1.1.1.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/junit/platform/junit-platform-commons/1.1.1/junit-platform-commons-1.1.1-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/junit/platform/junit-platform-commons/1.1.1/junit-platform-commons-1.1.1-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_mapstruct_mapstruct_1_1_0_Final.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.mapstruct:mapstruct:1.1.0.Final"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/mapstruct/mapstruct/1.1.0.Final/mapstruct-1.1.0.Final.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/mapstruct/mapstruct/1.1.0.Final/mapstruct-1.1.0.Final-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/mapstruct/mapstruct/1.1.0.Final/mapstruct-1.1.0.Final-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_mockito_mockito_core_2_15_0.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.mockito:mockito-core:2.15.0"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/mockito/mockito-core/2.15.0/mockito-core-2.15.0.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/mockito/mockito-core/2.15.0/mockito-core-2.15.0-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/mockito/mockito-core/2.15.0/mockito-core-2.15.0-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_mybatis_mybatis_3_5_1.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.mybatis:mybatis:3.5.1"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/mybatis/mybatis/3.5.1/mybatis-3.5.1.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/mybatis/mybatis/3.5.1/mybatis-3.5.1-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/mybatis/mybatis/3.5.1/mybatis-3.5.1-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_mybatis_mybatis_spring_2_0_1.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.mybatis:mybatis-spring:2.0.1"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/mybatis/mybatis-spring/2.0.1/mybatis-spring-2.0.1.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/mybatis/mybatis-spring/2.0.1/mybatis-spring-2.0.1-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/mybatis/mybatis-spring/2.0.1/mybatis-spring-2.0.1-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_mybatis_spring_boot_mybatis_spring_boot_autoconfigure_2_0_1.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.mybatis.spring.boot:mybatis-spring-boot-autoconfigure:2.0.1"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/mybatis/spring/boot/mybatis-spring-boot-autoconfigure/2.0.1/mybatis-spring-boot-autoconfigure-2.0.1.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/mybatis/spring/boot/mybatis-spring-boot-autoconfigure/2.0.1/mybatis-spring-boot-autoconfigure-2.0.1-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/mybatis/spring/boot/mybatis-spring-boot-autoconfigure/2.0.1/mybatis-spring-boot-autoconfigure-2.0.1-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_mybatis_spring_boot_mybatis_spring_boot_starter_2_0_1.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.mybatis.spring.boot:mybatis-spring-boot-starter:2.0.1"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/mybatis/spring/boot/mybatis-spring-boot-starter/2.0.1/mybatis-spring-boot-starter-2.0.1.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/mybatis/spring/boot/mybatis-spring-boot-starter/2.0.1/mybatis-spring-boot-starter-2.0.1-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/mybatis/spring/boot/mybatis-spring-boot-starter/2.0.1/mybatis-spring-boot-starter-2.0.1-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_objenesis_objenesis_2_6.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.objenesis:objenesis:2.6"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/objenesis/objenesis/2.6/objenesis-2.6.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/objenesis/objenesis/2.6/objenesis-2.6-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/objenesis/objenesis/2.6/objenesis-2.6-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_opentest4j_opentest4j_1_0_0.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.opentest4j:opentest4j:1.0.0"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/opentest4j/opentest4j/1.0.0/opentest4j-1.0.0.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/opentest4j/opentest4j/1.0.0/opentest4j-1.0.0-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/opentest4j/opentest4j/1.0.0/opentest4j-1.0.0-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_opentest4j_opentest4j_1_0_02.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.opentest4j:opentest4j:1.0.0"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/opentest4j/opentest4j/1.0.0/opentest4j-1.0.0.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/opentest4j/opentest4j/1.0.0/opentest4j-1.0.0-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/opentest4j/opentest4j/1.0.0/opentest4j-1.0.0-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_opentest4j_opentest4j_1_0_03.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.opentest4j:opentest4j:1.0.0"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/opentest4j/opentest4j/1.0.0/opentest4j-1.0.0.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/opentest4j/opentest4j/1.0.0/opentest4j-1.0.0-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/opentest4j/opentest4j/1.0.0/opentest4j-1.0.0-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_ow2_asm_asm_5_0_4.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.ow2.asm:asm:5.0.4"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/ow2/asm/asm/5.0.4/asm-5.0.4.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/ow2/asm/asm/5.0.4/asm-5.0.4-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/ow2/asm/asm/5.0.4/asm-5.0.4-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_projectlombok_lombok_1_18_8.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.projectlombok:lombok:1.18.8"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/projectlombok/lombok/1.18.8/lombok-1.18.8.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/projectlombok/lombok/1.18.8/lombok-1.18.8-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/projectlombok/lombok/1.18.8/lombok-1.18.8-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_quartz_scheduler_quartz_2_3_1.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.quartz-scheduler:quartz:2.3.1"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/quartz-scheduler/quartz/2.3.1/quartz-2.3.1.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/quartz-scheduler/quartz/2.3.1/quartz-2.3.1-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/quartz-scheduler/quartz/2.3.1/quartz-2.3.1-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_reflections_reflections_0_9_11.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.reflections:reflections:0.9.11"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/reflections/reflections/0.9.11/reflections-0.9.11.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/reflections/reflections/0.9.11/reflections-0.9.11-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/reflections/reflections/0.9.11/reflections-0.9.11-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_skyscreamer_jsonassert_1_5_0.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.skyscreamer:jsonassert:1.5.0"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/skyscreamer/jsonassert/1.5.0/jsonassert-1.5.0.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/skyscreamer/jsonassert/1.5.0/jsonassert-1.5.0-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/skyscreamer/jsonassert/1.5.0/jsonassert-1.5.0-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_slf4j_jul_to_slf4j_1_7_25.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.slf4j:jul-to-slf4j:1.7.25"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/slf4j/jul-to-slf4j/1.7.25/jul-to-slf4j-1.7.25.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/slf4j/jul-to-slf4j/1.7.25/jul-to-slf4j-1.7.25-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/slf4j/jul-to-slf4j/1.7.25/jul-to-slf4j-1.7.25-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_slf4j_slf4j_api_1_7_25.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.slf4j:slf4j-api:1.7.25"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_springframework_boot_spring_boot_2_0_3_RELEASE.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.springframework.boot:spring-boot:2.0.3.RELEASE"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot/2.0.3.RELEASE/spring-boot-2.0.3.RELEASE.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot/2.0.3.RELEASE/spring-boot-2.0.3.RELEASE-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot/2.0.3.RELEASE/spring-boot-2.0.3.RELEASE-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_springframework_boot_spring_boot_autoconfigure_2_0_3_RELEASE.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.springframework.boot:spring-boot-autoconfigure:2.0.3.RELEASE"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-autoconfigure/2.0.3.RELEASE/spring-boot-autoconfigure-2.0.3.RELEASE.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-autoconfigure/2.0.3.RELEASE/spring-boot-autoconfigure-2.0.3.RELEASE-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-autoconfigure/2.0.3.RELEASE/spring-boot-autoconfigure-2.0.3.RELEASE-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_springframework_boot_spring_boot_devtools_2_0_3_RELEASE.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.springframework.boot:spring-boot-devtools:2.0.3.RELEASE"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-devtools/2.0.3.RELEASE/spring-boot-devtools-2.0.3.RELEASE.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-devtools/2.0.3.RELEASE/spring-boot-devtools-2.0.3.RELEASE-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-devtools/2.0.3.RELEASE/spring-boot-devtools-2.0.3.RELEASE-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_2_0_3_RELEASE.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.springframework.boot:spring-boot-starter:2.0.3.RELEASE"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter/2.0.3.RELEASE/spring-boot-starter-2.0.3.RELEASE.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter/2.0.3.RELEASE/spring-boot-starter-2.0.3.RELEASE-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter/2.0.3.RELEASE/spring-boot-starter-2.0.3.RELEASE-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_aop_2_0_3_RELEASE.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.springframework.boot:spring-boot-starter-aop:2.0.3.RELEASE"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter-aop/2.0.3.RELEASE/spring-boot-starter-aop-2.0.3.RELEASE.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter-aop/2.0.3.RELEASE/spring-boot-starter-aop-2.0.3.RELEASE-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter-aop/2.0.3.RELEASE/spring-boot-starter-aop-2.0.3.RELEASE-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_data_redis_2_0_3_RELEASE.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.springframework.boot:spring-boot-starter-data-redis:2.0.3.RELEASE"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter-data-redis/2.0.3.RELEASE/spring-boot-starter-data-redis-2.0.3.RELEASE.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter-data-redis/2.0.3.RELEASE/spring-boot-starter-data-redis-2.0.3.RELEASE-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter-data-redis/2.0.3.RELEASE/spring-boot-starter-data-redis-2.0.3.RELEASE-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_data_redis_2_0_3_RELEASE2.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.springframework.boot:spring-boot-starter-data-redis:2.0.3.RELEASE"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter-data-redis/2.0.3.RELEASE/spring-boot-starter-data-redis-2.0.3.RELEASE.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter-data-redis/2.0.3.RELEASE/spring-boot-starter-data-redis-2.0.3.RELEASE-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter-data-redis/2.0.3.RELEASE/spring-boot-starter-data-redis-2.0.3.RELEASE-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_data_redis_2_0_3_RELEASE3.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.springframework.boot:spring-boot-starter-data-redis:2.0.3.RELEASE"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter-data-redis/2.0.3.RELEASE/spring-boot-starter-data-redis-2.0.3.RELEASE.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter-data-redis/2.0.3.RELEASE/spring-boot-starter-data-redis-2.0.3.RELEASE-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter-data-redis/2.0.3.RELEASE/spring-boot-starter-data-redis-2.0.3.RELEASE-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_jdbc_2_0_3_RELEASE.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.springframework.boot:spring-boot-starter-jdbc:2.0.3.RELEASE"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter-jdbc/2.0.3.RELEASE/spring-boot-starter-jdbc-2.0.3.RELEASE.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter-jdbc/2.0.3.RELEASE/spring-boot-starter-jdbc-2.0.3.RELEASE-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter-jdbc/2.0.3.RELEASE/spring-boot-starter-jdbc-2.0.3.RELEASE-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_json_2_0_3_RELEASE.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.springframework.boot:spring-boot-starter-json:2.0.3.RELEASE"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter-json/2.0.3.RELEASE/spring-boot-starter-json-2.0.3.RELEASE.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter-json/2.0.3.RELEASE/spring-boot-starter-json-2.0.3.RELEASE-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter-json/2.0.3.RELEASE/spring-boot-starter-json-2.0.3.RELEASE-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_logging_2_0_3_RELEASE.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.springframework.boot:spring-boot-starter-logging:2.0.3.RELEASE"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter-logging/2.0.3.RELEASE/spring-boot-starter-logging-2.0.3.RELEASE.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter-logging/2.0.3.RELEASE/spring-boot-starter-logging-2.0.3.RELEASE-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter-logging/2.0.3.RELEASE/spring-boot-starter-logging-2.0.3.RELEASE-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_mail_2_0_3_RELEASE.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.springframework.boot:spring-boot-starter-mail:2.0.3.RELEASE"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter-mail/2.0.3.RELEASE/spring-boot-starter-mail-2.0.3.RELEASE.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter-mail/2.0.3.RELEASE/spring-boot-starter-mail-2.0.3.RELEASE-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter-mail/2.0.3.RELEASE/spring-boot-starter-mail-2.0.3.RELEASE-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_mail_2_0_3_RELEASE2.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.springframework.boot:spring-boot-starter-mail:2.0.3.RELEASE"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter-mail/2.0.3.RELEASE/spring-boot-starter-mail-2.0.3.RELEASE.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter-mail/2.0.3.RELEASE/spring-boot-starter-mail-2.0.3.RELEASE-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter-mail/2.0.3.RELEASE/spring-boot-starter-mail-2.0.3.RELEASE-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_mail_2_0_3_RELEASE3.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.springframework.boot:spring-boot-starter-mail:2.0.3.RELEASE"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter-mail/2.0.3.RELEASE/spring-boot-starter-mail-2.0.3.RELEASE.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter-mail/2.0.3.RELEASE/spring-boot-starter-mail-2.0.3.RELEASE-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter-mail/2.0.3.RELEASE/spring-boot-starter-mail-2.0.3.RELEASE-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_test_2_0_3_RELEASE.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.springframework.boot:spring-boot-starter-test:2.0.3.RELEASE"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter-test/2.0.3.RELEASE/spring-boot-starter-test-2.0.3.RELEASE.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter-test/2.0.3.RELEASE/spring-boot-starter-test-2.0.3.RELEASE-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter-test/2.0.3.RELEASE/spring-boot-starter-test-2.0.3.RELEASE-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_thymeleaf_2_0_3_RELEASE.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.springframework.boot:spring-boot-starter-thymeleaf:2.0.3.RELEASE"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter-thymeleaf/2.0.3.RELEASE/spring-boot-starter-thymeleaf-2.0.3.RELEASE.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter-thymeleaf/2.0.3.RELEASE/spring-boot-starter-thymeleaf-2.0.3.RELEASE-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter-thymeleaf/2.0.3.RELEASE/spring-boot-starter-thymeleaf-2.0.3.RELEASE-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_tomcat_2_0_3_RELEASE.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.springframework.boot:spring-boot-starter-tomcat:2.0.3.RELEASE"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter-tomcat/2.0.3.RELEASE/spring-boot-starter-tomcat-2.0.3.RELEASE.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter-tomcat/2.0.3.RELEASE/spring-boot-starter-tomcat-2.0.3.RELEASE-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter-tomcat/2.0.3.RELEASE/spring-boot-starter-tomcat-2.0.3.RELEASE-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_web_2_0_3_RELEASE.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.springframework.boot:spring-boot-starter-web:2.0.3.RELEASE"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter-web/2.0.3.RELEASE/spring-boot-starter-web-2.0.3.RELEASE.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter-web/2.0.3.RELEASE/spring-boot-starter-web-2.0.3.RELEASE-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter-web/2.0.3.RELEASE/spring-boot-starter-web-2.0.3.RELEASE-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_springframework_boot_spring_boot_test_2_0_3_RELEASE.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.springframework.boot:spring-boot-test:2.0.3.RELEASE"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-test/2.0.3.RELEASE/spring-boot-test-2.0.3.RELEASE.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-test/2.0.3.RELEASE/spring-boot-test-2.0.3.RELEASE-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-test/2.0.3.RELEASE/spring-boot-test-2.0.3.RELEASE-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_springframework_boot_spring_boot_test_autoconfigure_2_0_3_RELEASE.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.springframework.boot:spring-boot-test-autoconfigure:2.0.3.RELEASE"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-test-autoconfigure/2.0.3.RELEASE/spring-boot-test-autoconfigure-2.0.3.RELEASE.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-test-autoconfigure/2.0.3.RELEASE/spring-boot-test-autoconfigure-2.0.3.RELEASE-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-test-autoconfigure/2.0.3.RELEASE/spring-boot-test-autoconfigure-2.0.3.RELEASE-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_springframework_data_spring_data_commons_2_0_8_RELEASE.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.springframework.data:spring-data-commons:2.0.8.RELEASE"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/data/spring-data-commons/2.0.8.RELEASE/spring-data-commons-2.0.8.RELEASE.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/data/spring-data-commons/2.0.8.RELEASE/spring-data-commons-2.0.8.RELEASE-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/data/spring-data-commons/2.0.8.RELEASE/spring-data-commons-2.0.8.RELEASE-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_springframework_data_spring_data_commons_2_0_8_RELEASE2.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.springframework.data:spring-data-commons:2.0.8.RELEASE"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/data/spring-data-commons/2.0.8.RELEASE/spring-data-commons-2.0.8.RELEASE.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/data/spring-data-commons/2.0.8.RELEASE/spring-data-commons-2.0.8.RELEASE-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/data/spring-data-commons/2.0.8.RELEASE/spring-data-commons-2.0.8.RELEASE-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_springframework_data_spring_data_commons_2_0_8_RELEASE3.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.springframework.data:spring-data-commons:2.0.8.RELEASE"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/data/spring-data-commons/2.0.8.RELEASE/spring-data-commons-2.0.8.RELEASE.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/data/spring-data-commons/2.0.8.RELEASE/spring-data-commons-2.0.8.RELEASE-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/data/spring-data-commons/2.0.8.RELEASE/spring-data-commons-2.0.8.RELEASE-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_springframework_data_spring_data_keyvalue_2_0_8_RELEASE.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.springframework.data:spring-data-keyvalue:2.0.8.RELEASE"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/data/spring-data-keyvalue/2.0.8.RELEASE/spring-data-keyvalue-2.0.8.RELEASE.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/data/spring-data-keyvalue/2.0.8.RELEASE/spring-data-keyvalue-2.0.8.RELEASE-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/data/spring-data-keyvalue/2.0.8.RELEASE/spring-data-keyvalue-2.0.8.RELEASE-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_springframework_data_spring_data_keyvalue_2_0_8_RELEASE2.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.springframework.data:spring-data-keyvalue:2.0.8.RELEASE"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/data/spring-data-keyvalue/2.0.8.RELEASE/spring-data-keyvalue-2.0.8.RELEASE.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/data/spring-data-keyvalue/2.0.8.RELEASE/spring-data-keyvalue-2.0.8.RELEASE-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/data/spring-data-keyvalue/2.0.8.RELEASE/spring-data-keyvalue-2.0.8.RELEASE-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_springframework_data_spring_data_keyvalue_2_0_8_RELEASE3.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.springframework.data:spring-data-keyvalue:2.0.8.RELEASE"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/data/spring-data-keyvalue/2.0.8.RELEASE/spring-data-keyvalue-2.0.8.RELEASE.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/data/spring-data-keyvalue/2.0.8.RELEASE/spring-data-keyvalue-2.0.8.RELEASE-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/data/spring-data-keyvalue/2.0.8.RELEASE/spring-data-keyvalue-2.0.8.RELEASE-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_springframework_data_spring_data_redis_2_0_8_RELEASE.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.springframework.data:spring-data-redis:2.0.8.RELEASE"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/data/spring-data-redis/2.0.8.RELEASE/spring-data-redis-2.0.8.RELEASE.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/data/spring-data-redis/2.0.8.RELEASE/spring-data-redis-2.0.8.RELEASE-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/data/spring-data-redis/2.0.8.RELEASE/spring-data-redis-2.0.8.RELEASE-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_springframework_data_spring_data_redis_2_0_8_RELEASE2.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.springframework.data:spring-data-redis:2.0.8.RELEASE"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/data/spring-data-redis/2.0.8.RELEASE/spring-data-redis-2.0.8.RELEASE.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/data/spring-data-redis/2.0.8.RELEASE/spring-data-redis-2.0.8.RELEASE-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/data/spring-data-redis/2.0.8.RELEASE/spring-data-redis-2.0.8.RELEASE-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_springframework_data_spring_data_redis_2_0_8_RELEASE3.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.springframework.data:spring-data-redis:2.0.8.RELEASE"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/data/spring-data-redis/2.0.8.RELEASE/spring-data-redis-2.0.8.RELEASE.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/data/spring-data-redis/2.0.8.RELEASE/spring-data-redis-2.0.8.RELEASE-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/data/spring-data-redis/2.0.8.RELEASE/spring-data-redis-2.0.8.RELEASE-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_springframework_plugin_spring_plugin_core_1_2_0_RELEASE.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.springframework.plugin:spring-plugin-core:1.2.0.RELEASE"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/plugin/spring-plugin-core/1.2.0.RELEASE/spring-plugin-core-1.2.0.RELEASE.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/plugin/spring-plugin-core/1.2.0.RELEASE/spring-plugin-core-1.2.0.RELEASE-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/plugin/spring-plugin-core/1.2.0.RELEASE/spring-plugin-core-1.2.0.RELEASE-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_springframework_plugin_spring_plugin_metadata_1_2_0_RELEASE.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.springframework.plugin:spring-plugin-metadata:1.2.0.RELEASE"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/plugin/spring-plugin-metadata/1.2.0.RELEASE/spring-plugin-metadata-1.2.0.RELEASE.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/plugin/spring-plugin-metadata/1.2.0.RELEASE/spring-plugin-metadata-1.2.0.RELEASE-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/plugin/spring-plugin-metadata/1.2.0.RELEASE/spring-plugin-metadata-1.2.0.RELEASE-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_springframework_session_spring_session_core_2_0_4_RELEASE.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.springframework.session:spring-session-core:2.0.4.RELEASE"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/session/spring-session-core/2.0.4.RELEASE/spring-session-core-2.0.4.RELEASE.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/session/spring-session-core/2.0.4.RELEASE/spring-session-core-2.0.4.RELEASE-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/session/spring-session-core/2.0.4.RELEASE/spring-session-core-2.0.4.RELEASE-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_springframework_session_spring_session_core_2_0_4_RELEASE2.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.springframework.session:spring-session-core:2.0.4.RELEASE"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/session/spring-session-core/2.0.4.RELEASE/spring-session-core-2.0.4.RELEASE.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/session/spring-session-core/2.0.4.RELEASE/spring-session-core-2.0.4.RELEASE-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/session/spring-session-core/2.0.4.RELEASE/spring-session-core-2.0.4.RELEASE-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_springframework_session_spring_session_core_2_0_4_RELEASE3.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.springframework.session:spring-session-core:2.0.4.RELEASE"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/session/spring-session-core/2.0.4.RELEASE/spring-session-core-2.0.4.RELEASE.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/session/spring-session-core/2.0.4.RELEASE/spring-session-core-2.0.4.RELEASE-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/session/spring-session-core/2.0.4.RELEASE/spring-session-core-2.0.4.RELEASE-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_springframework_session_spring_session_data_redis_2_0_4_RELEASE.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.springframework.session:spring-session-data-redis:2.0.4.RELEASE"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/session/spring-session-data-redis/2.0.4.RELEASE/spring-session-data-redis-2.0.4.RELEASE.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/session/spring-session-data-redis/2.0.4.RELEASE/spring-session-data-redis-2.0.4.RELEASE-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/session/spring-session-data-redis/2.0.4.RELEASE/spring-session-data-redis-2.0.4.RELEASE-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_springframework_session_spring_session_data_redis_2_0_4_RELEASE2.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.springframework.session:spring-session-data-redis:2.0.4.RELEASE"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/session/spring-session-data-redis/2.0.4.RELEASE/spring-session-data-redis-2.0.4.RELEASE.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/session/spring-session-data-redis/2.0.4.RELEASE/spring-session-data-redis-2.0.4.RELEASE-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/session/spring-session-data-redis/2.0.4.RELEASE/spring-session-data-redis-2.0.4.RELEASE-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_springframework_session_spring_session_data_redis_2_0_4_RELEASE3.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.springframework.session:spring-session-data-redis:2.0.4.RELEASE"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/session/spring-session-data-redis/2.0.4.RELEASE/spring-session-data-redis-2.0.4.RELEASE.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/session/spring-session-data-redis/2.0.4.RELEASE/spring-session-data-redis-2.0.4.RELEASE-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/session/spring-session-data-redis/2.0.4.RELEASE/spring-session-data-redis-2.0.4.RELEASE-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_springframework_spring_aop_5_0_7_RELEASE.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.springframework:spring-aop:5.0.7.RELEASE"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-aop/5.0.7.RELEASE/spring-aop-5.0.7.RELEASE.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-aop/5.0.7.RELEASE/spring-aop-5.0.7.RELEASE-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-aop/5.0.7.RELEASE/spring-aop-5.0.7.RELEASE-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_springframework_spring_beans_5_0_7_RELEASE.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.springframework:spring-beans:5.0.7.RELEASE"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-beans/5.0.7.RELEASE/spring-beans-5.0.7.RELEASE.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-beans/5.0.7.RELEASE/spring-beans-5.0.7.RELEASE-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-beans/5.0.7.RELEASE/spring-beans-5.0.7.RELEASE-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_springframework_spring_context_5_0_7_RELEASE.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.springframework:spring-context:5.0.7.RELEASE"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-context/5.0.7.RELEASE/spring-context-5.0.7.RELEASE.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-context/5.0.7.RELEASE/spring-context-5.0.7.RELEASE-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-context/5.0.7.RELEASE/spring-context-5.0.7.RELEASE-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_springframework_spring_context_support_5_0_7_RELEASE.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.springframework:spring-context-support:5.0.7.RELEASE"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-context-support/5.0.7.RELEASE/spring-context-support-5.0.7.RELEASE.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-context-support/5.0.7.RELEASE/spring-context-support-5.0.7.RELEASE-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-context-support/5.0.7.RELEASE/spring-context-support-5.0.7.RELEASE-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_springframework_spring_core_5_0_7_RELEASE.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.springframework:spring-core:5.0.7.RELEASE"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-core/5.0.7.RELEASE/spring-core-5.0.7.RELEASE.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-core/5.0.7.RELEASE/spring-core-5.0.7.RELEASE-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-core/5.0.7.RELEASE/spring-core-5.0.7.RELEASE-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_springframework_spring_expression_5_0_7_RELEASE.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.springframework:spring-expression:5.0.7.RELEASE"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-expression/5.0.7.RELEASE/spring-expression-5.0.7.RELEASE.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-expression/5.0.7.RELEASE/spring-expression-5.0.7.RELEASE-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-expression/5.0.7.RELEASE/spring-expression-5.0.7.RELEASE-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_springframework_spring_jcl_5_0_7_RELEASE.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.springframework:spring-jcl:5.0.7.RELEASE"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-jcl/5.0.7.RELEASE/spring-jcl-5.0.7.RELEASE.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-jcl/5.0.7.RELEASE/spring-jcl-5.0.7.RELEASE-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-jcl/5.0.7.RELEASE/spring-jcl-5.0.7.RELEASE-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_springframework_spring_jdbc_5_0_7_RELEASE.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.springframework:spring-jdbc:5.0.7.RELEASE"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-jdbc/5.0.7.RELEASE/spring-jdbc-5.0.7.RELEASE.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-jdbc/5.0.7.RELEASE/spring-jdbc-5.0.7.RELEASE-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-jdbc/5.0.7.RELEASE/spring-jdbc-5.0.7.RELEASE-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_springframework_spring_oxm_5_0_7_RELEASE.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.springframework:spring-oxm:5.0.7.RELEASE"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-oxm/5.0.7.RELEASE/spring-oxm-5.0.7.RELEASE.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-oxm/5.0.7.RELEASE/spring-oxm-5.0.7.RELEASE-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-oxm/5.0.7.RELEASE/spring-oxm-5.0.7.RELEASE-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_springframework_spring_oxm_5_0_7_RELEASE2.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.springframework:spring-oxm:5.0.7.RELEASE"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-oxm/5.0.7.RELEASE/spring-oxm-5.0.7.RELEASE.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-oxm/5.0.7.RELEASE/spring-oxm-5.0.7.RELEASE-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-oxm/5.0.7.RELEASE/spring-oxm-5.0.7.RELEASE-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_springframework_spring_oxm_5_0_7_RELEASE3.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.springframework:spring-oxm:5.0.7.RELEASE"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-oxm/5.0.7.RELEASE/spring-oxm-5.0.7.RELEASE.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-oxm/5.0.7.RELEASE/spring-oxm-5.0.7.RELEASE-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-oxm/5.0.7.RELEASE/spring-oxm-5.0.7.RELEASE-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_springframework_spring_test_5_0_7_RELEASE.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.springframework:spring-test:5.0.7.RELEASE"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-test/5.0.7.RELEASE/spring-test-5.0.7.RELEASE.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-test/5.0.7.RELEASE/spring-test-5.0.7.RELEASE-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-test/5.0.7.RELEASE/spring-test-5.0.7.RELEASE-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_springframework_spring_tx_5_0_7_RELEASE.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.springframework:spring-tx:5.0.7.RELEASE"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-tx/5.0.7.RELEASE/spring-tx-5.0.7.RELEASE.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-tx/5.0.7.RELEASE/spring-tx-5.0.7.RELEASE-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-tx/5.0.7.RELEASE/spring-tx-5.0.7.RELEASE-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_springframework_spring_web_5_0_7_RELEASE.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.springframework:spring-web:5.0.7.RELEASE"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-web/5.0.7.RELEASE/spring-web-5.0.7.RELEASE.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-web/5.0.7.RELEASE/spring-web-5.0.7.RELEASE-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-web/5.0.7.RELEASE/spring-web-5.0.7.RELEASE-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_springframework_spring_webmvc_5_0_7_RELEASE.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.springframework:spring-webmvc:5.0.7.RELEASE"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-webmvc/5.0.7.RELEASE/spring-webmvc-5.0.7.RELEASE.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-webmvc/5.0.7.RELEASE/spring-webmvc-5.0.7.RELEASE-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-webmvc/5.0.7.RELEASE/spring-webmvc-5.0.7.RELEASE-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_testng_testng_7_0_0_beta7.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.testng:testng:7.0.0-beta7"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/testng/testng/7.0.0-beta7/testng-7.0.0-beta7.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/testng/testng/7.0.0-beta7/testng-7.0.0-beta7-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/testng/testng/7.0.0-beta7/testng-7.0.0-beta7-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_thymeleaf_extras_thymeleaf_extras_java8time_3_0_1_RELEASE.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.1.RELEASE"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/thymeleaf/extras/thymeleaf-extras-java8time/3.0.1.RELEASE/thymeleaf-extras-java8time-3.0.1.RELEASE.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/thymeleaf/extras/thymeleaf-extras-java8time/3.0.1.RELEASE/thymeleaf-extras-java8time-3.0.1.RELEASE-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/thymeleaf/extras/thymeleaf-extras-java8time/3.0.1.RELEASE/thymeleaf-extras-java8time-3.0.1.RELEASE-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_thymeleaf_thymeleaf_3_0_9_RELEASE.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.thymeleaf:thymeleaf:3.0.9.RELEASE"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/thymeleaf/thymeleaf/3.0.9.RELEASE/thymeleaf-3.0.9.RELEASE.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/thymeleaf/thymeleaf/3.0.9.RELEASE/thymeleaf-3.0.9.RELEASE-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/thymeleaf/thymeleaf/3.0.9.RELEASE/thymeleaf-3.0.9.RELEASE-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_thymeleaf_thymeleaf_spring5_3_0_9_RELEASE.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.thymeleaf:thymeleaf-spring5:3.0.9.RELEASE"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/thymeleaf/thymeleaf-spring5/3.0.9.RELEASE/thymeleaf-spring5-3.0.9.RELEASE.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/thymeleaf/thymeleaf-spring5/3.0.9.RELEASE/thymeleaf-spring5-3.0.9.RELEASE-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/thymeleaf/thymeleaf-spring5/3.0.9.RELEASE/thymeleaf-spring5-3.0.9.RELEASE-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_unbescape_unbescape_1_1_5_RELEASE.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.unbescape:unbescape:1.1.5.RELEASE"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/unbescape/unbescape/1.1.5.RELEASE/unbescape-1.1.5.RELEASE.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/unbescape/unbescape/1.1.5.RELEASE/unbescape-1.1.5.RELEASE-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/unbescape/unbescape/1.1.5.RELEASE/unbescape-1.1.5.RELEASE-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_xmlunit_xmlunit_core_2_5_1.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.xmlunit:xmlunit-core:2.5.1"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/xmlunit/xmlunit-core/2.5.1/xmlunit-core-2.5.1.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/xmlunit/xmlunit-core/2.5.1/xmlunit-core-2.5.1-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/xmlunit/xmlunit-core/2.5.1/xmlunit-core-2.5.1-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__org_yaml_snakeyaml_1_19.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: org.yaml:snakeyaml:1.19"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/org/yaml/snakeyaml/1.19/snakeyaml-1.19.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/org/yaml/snakeyaml/1.19/snakeyaml-1.19-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/org/yaml/snakeyaml/1.19/snakeyaml-1.19-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__redis_clients_jedis_2_9_0.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: redis.clients:jedis:2.9.0"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/redis/clients/jedis/2.9.0/jedis-2.9.0.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/redis/clients/jedis/2.9.0/jedis-2.9.0-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/redis/clients/jedis/2.9.0/jedis-2.9.0-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__redis_clients_jedis_2_9_02.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: redis.clients:jedis:2.9.0"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/redis/clients/jedis/2.9.0/jedis-2.9.0.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/redis/clients/jedis/2.9.0/jedis-2.9.0-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/redis/clients/jedis/2.9.0/jedis-2.9.0-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__redis_clients_jedis_2_9_03.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: redis.clients:jedis:2.9.0"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/redis/clients/jedis/2.9.0/jedis-2.9.0.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/redis/clients/jedis/2.9.0/jedis-2.9.0-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/redis/clients/jedis/2.9.0/jedis-2.9.0-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__stax_stax_api_1_0_1.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: stax:stax-api:1.0.1"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/stax/stax-api/1.0.1/stax-api-1.0.1.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/stax/stax-api/1.0.1/stax-api-1.0.1-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/stax/stax-api/1.0.1/stax-api-1.0.1-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__xerces_xercesImpl_2_11_0.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: xerces:xercesImpl:2.11.0"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/xerces/xercesImpl/2.11.0/xercesImpl-2.11.0.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/xerces/xercesImpl/2.11.0/xercesImpl-2.11.0-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/xerces/xercesImpl/2.11.0/xercesImpl-2.11.0-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/libraries/Maven__xml_apis_xml_apis_1_4_01.xml deleted
1 | -<component name="libraryTable"> | ||
2 | - <library name="Maven: xml-apis:xml-apis:1.4.01"> | ||
3 | - <CLASSES> | ||
4 | - <root url="jar://$MAVEN_REPOSITORY$/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.jar!/" /> | ||
5 | - </CLASSES> | ||
6 | - <JAVADOC> | ||
7 | - <root url="jar://$MAVEN_REPOSITORY$/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01-javadoc.jar!/" /> | ||
8 | - </JAVADOC> | ||
9 | - <SOURCES> | ||
10 | - <root url="jar://$MAVEN_REPOSITORY$/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01-sources.jar!/" /> | ||
11 | - </SOURCES> | ||
12 | - </library> | ||
13 | -</component> | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
.idea/misc.xml
1 | <?xml version="1.0" encoding="UTF-8"?> | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | <project version="4"> | 2 | <project version="4"> |
3 | - <component name="JavaScriptSettings"> | ||
4 | - <option name="languageLevel" value="ES6" /> | ||
5 | - </component> | 3 | + <component name="ExternalStorageConfigurationManager" enabled="true" /> |
6 | <component name="MavenProjectsManager"> | 4 | <component name="MavenProjectsManager"> |
7 | <option name="originalFiles"> | 5 | <option name="originalFiles"> |
8 | <list> | 6 | <list> |
@@ -10,7 +8,7 @@ | @@ -10,7 +8,7 @@ | ||
10 | </list> | 8 | </list> |
11 | </option> | 9 | </option> |
12 | </component> | 10 | </component> |
13 | - <component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="false" project-jdk-name="1.8" project-jdk-type="JavaSDK"> | ||
14 | - <output url="file://$PROJECT_DIR$/classes" /> | 11 | + <component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" project-jdk-name="1.8" project-jdk-type="JavaSDK"> |
12 | + <output url="file://$PROJECT_DIR$/out" /> | ||
15 | </component> | 13 | </component> |
16 | </project> | 14 | </project> |
17 | \ No newline at end of file | 15 | \ No newline at end of file |
.idea/modules.xml deleted
1 | -<?xml version="1.0" encoding="UTF-8"?> | ||
2 | -<project version="4"> | ||
3 | - <component name="ProjectModuleManager"> | ||
4 | - <modules> | ||
5 | - <module fileurl="file://$PROJECT_DIR$/.idea/WMSV1.iml" filepath="$PROJECT_DIR$/.idea/WMSV1.iml" /> | ||
6 | - </modules> | ||
7 | - </component> | ||
8 | -</project> | ||
9 | \ No newline at end of file | 0 | \ No newline at end of file |
src/main/java/com/huaheng/pc/general/customer/domain/Customer.java
@@ -139,7 +139,7 @@ public class Customer implements Serializable { | @@ -139,7 +139,7 @@ public class Customer implements Serializable { | ||
139 | */ | 139 | */ |
140 | @TableField(value = "enable") | 140 | @TableField(value = "enable") |
141 | @ApiModelProperty(value="有效") | 141 | @ApiModelProperty(value="有效") |
142 | - private Integer enable; | 142 | + private Boolean enable; |
143 | 143 | ||
144 | /** | 144 | /** |
145 | * 创建时间 | 145 | * 创建时间 |
src/main/java/com/huaheng/pc/general/warehouse/service/WarehouseServiceImpl.java
@@ -13,7 +13,7 @@ import javax.annotation.Resource; | @@ -13,7 +13,7 @@ import javax.annotation.Resource; | ||
13 | import java.util.List; | 13 | import java.util.List; |
14 | import java.util.Map; | 14 | import java.util.Map; |
15 | 15 | ||
16 | -@Service | 16 | +@Service("warehouseService") |
17 | public class WarehouseServiceImpl extends ServiceImpl<WarehouseMapper, Warehouse> implements WarehouseService{ | 17 | public class WarehouseServiceImpl extends ServiceImpl<WarehouseMapper, Warehouse> implements WarehouseService{ |
18 | 18 | ||
19 | @Resource | 19 | @Resource |
@@ -31,7 +31,7 @@ public class WarehouseServiceImpl extends ServiceImpl<WarehouseMapper, Warehouse | @@ -31,7 +31,7 @@ public class WarehouseServiceImpl extends ServiceImpl<WarehouseMapper, Warehouse | ||
31 | List<Map<String, Object>> warehouseList = warehouseMapper.selectMaps(lambdaQueryWrapper); | 31 | List<Map<String, Object>> warehouseList = warehouseMapper.selectMaps(lambdaQueryWrapper); |
32 | 32 | ||
33 | LambdaQueryWrapper<WarehouseCompany> lambdaQueryWrapper1 = Wrappers.lambdaQuery(); | 33 | LambdaQueryWrapper<WarehouseCompany> lambdaQueryWrapper1 = Wrappers.lambdaQuery(); |
34 | - lambdaQueryWrapper1.select(WarehouseCompany::getCompanyCode) | 34 | + lambdaQueryWrapper1.select(WarehouseCompany::getWarehouseCode) |
35 | .eq(WarehouseCompany::getCompanyId,id); | 35 | .eq(WarehouseCompany::getCompanyId,id); |
36 | List<Map<String, Object>> warehouseCompanies = warehouseCompanyService.listMaps(lambdaQueryWrapper1); | 36 | List<Map<String, Object>> warehouseCompanies = warehouseCompanyService.listMaps(lambdaQueryWrapper1); |
37 | 37 |
src/main/resources/templates/general/company/edit.html
@@ -21,8 +21,8 @@ | @@ -21,8 +21,8 @@ | ||
21 | <div class="form-group"> | 21 | <div class="form-group"> |
22 | <label class="col-sm-3 control-label">仓库:</label> | 22 | <label class="col-sm-3 control-label">仓库:</label> |
23 | <div class="col-sm-8"> | 23 | <div class="col-sm-8"> |
24 | - <select id="orgCode" name="orgCode" class="form-control"> | ||
25 | - <option th:each="item : ${list}" th:text="${item['name']}" th:value="${item['code']}" th:attr = " code = ${item['name']}"></option> | 24 | + <select id="orgCode" name="orgCode" class="form-control" > |
25 | + <option th:each="item : ${warehouseList}" th:text="${item['name']}" th:value="${item['code']}" th:attr = " code = ${item['name']}"></option> | ||
26 | </select> | 26 | </select> |
27 | </div> | 27 | </div> |
28 | </div> | 28 | </div> |
src/main/resources/templates/general/customer/add.html
@@ -12,9 +12,18 @@ | @@ -12,9 +12,18 @@ | ||
12 | </div> | 12 | </div> |
13 | </div> | 13 | </div> |
14 | <div class="form-group"> | 14 | <div class="form-group"> |
15 | - <label class="col-sm-3 control-label">编码2:</label> | 15 | + <label class="col-sm-3 control-label">配送点代码:</label> |
16 | <div class="col-sm-8"> | 16 | <div class="col-sm-8"> |
17 | - <input id="code2" name="code2" class="form-control" type="text"> | 17 | + <input id="shipToCode" name="shipToCode" class="form-control" type="text"> |
18 | + </div> | ||
19 | + </div> | ||
20 | + <div class="form-group"> | ||
21 | + <label class="col-sm-3 control-label">货主:</label> | ||
22 | + <div class="col-sm-8"> | ||
23 | + <select id="companyCode" name="companyCode" class="form-control" th:with="list=${@companyService.getCode()}"> | ||
24 | + <option value ="" code="">全部货主</option> | ||
25 | + <option th:each="item : ${list}" th:text="${item['name']}" th:value="${item['id']}" th:attr = " code = ${item['code']}"></option> | ||
26 | + </select> | ||
18 | </div> | 27 | </div> |
19 | </div> | 28 | </div> |
20 | <div class="form-group"> | 29 | <div class="form-group"> |
@@ -59,6 +68,12 @@ | @@ -59,6 +68,12 @@ | ||
59 | <input id="postalCode" name="postalCode" class="form-control" type="text"> | 68 | <input id="postalCode" name="postalCode" class="form-control" type="text"> |
60 | </div> | 69 | </div> |
61 | </div> | 70 | </div> |
71 | + <div class="form-group"> | ||
72 | + <label class="col-sm-3 control-label">父:</label> | ||
73 | + <div class="col-sm-8"> | ||
74 | + <input id="parent" name="parent" class="form-control" type="text"> | ||
75 | + </div> | ||
76 | + </div> | ||
62 | <div class="form-group"> | 77 | <div class="form-group"> |
63 | <label class="col-sm-3 control-label">联系人:</label> | 78 | <label class="col-sm-3 control-label">联系人:</label> |
64 | <div class="col-sm-8"> | 79 | <div class="col-sm-8"> |
@@ -71,7 +86,7 @@ | @@ -71,7 +86,7 @@ | ||
71 | <input id="phoneNum" name="phoneNum" class="form-control" type="text"> | 86 | <input id="phoneNum" name="phoneNum" class="form-control" type="text"> |
72 | </div> | 87 | </div> |
73 | </div> | 88 | </div> |
74 | - <div class="form-group"> | 89 | + <div class="form-group"> |
75 | <label class="col-sm-3 control-label">手机:</label> | 90 | <label class="col-sm-3 control-label">手机:</label> |
76 | <div class="col-sm-8"> | 91 | <div class="col-sm-8"> |
77 | <input id="mobile" name="mobile" class="form-control" type="text"> | 92 | <input id="mobile" name="mobile" class="form-control" type="text"> |
@@ -154,6 +169,9 @@ | @@ -154,6 +169,9 @@ | ||
154 | required:false, | 169 | required:false, |
155 | email:true, | 170 | email:true, |
156 | }, | 171 | }, |
172 | + companyCode:{ | ||
173 | + | ||
174 | + } | ||
157 | }, | 175 | }, |
158 | submitHandler: function(form) { | 176 | submitHandler: function(form) { |
159 | $.ajax({ | 177 | $.ajax({ |
@@ -162,14 +180,16 @@ | @@ -162,14 +180,16 @@ | ||
162 | url : prefix + "/add", | 180 | url : prefix + "/add", |
163 | data : { | 181 | data : { |
164 | "code": $("input[name='code']").val(), | 182 | "code": $("input[name='code']").val(), |
165 | - "code2": $("input[name='code2']").val(), | 183 | + "shipToCode" : $("input[name='shipToCode']").val(), |
166 | "name": $("input[name='name']").val(), | 184 | "name": $("input[name='name']").val(), |
185 | + "companyCode" : $("#companyCode").find("option:selected").attr("code"), | ||
167 | "address1": $("input[name='address1']").val(), | 186 | "address1": $("input[name='address1']").val(), |
168 | "address2": $("input[name='address2']").val(), | 187 | "address2": $("input[name='address2']").val(), |
169 | "city": $("input[name='city']").val(), | 188 | "city": $("input[name='city']").val(), |
170 | "province": $("input[name='province']").val(), | 189 | "province": $("input[name='province']").val(), |
171 | "country": $("input[name='country']").val(), | 190 | "country": $("input[name='country']").val(), |
172 | "postalCode": $("input[name='postalCode']").val(), | 191 | "postalCode": $("input[name='postalCode']").val(), |
192 | + "parent": $("input[name='parent']").val(), | ||
173 | "attentionTo": $("input[name='attentionTo']").val(), | 193 | "attentionTo": $("input[name='attentionTo']").val(), |
174 | "phoneNum": $("input[name='phoneNum']").val(), | 194 | "phoneNum": $("input[name='phoneNum']").val(), |
175 | "mobile": $("input[name='mobile']").val(), | 195 | "mobile": $("input[name='mobile']").val(), |
src/main/resources/templates/general/customer/customer.html
1 | -<!DOCTYPE HTML> | 1 | + <!DOCTYPE HTML> |
2 | <html lang="zh" xmlns:th="http://www.thymeleaf.org" xmlns:shiro="http://www.pollix.at/thymeleaf/shiro"> | 2 | <html lang="zh" xmlns:th="http://www.thymeleaf.org" xmlns:shiro="http://www.pollix.at/thymeleaf/shiro"> |
3 | <meta charset="utf-8"> | 3 | <meta charset="utf-8"> |
4 | <head th:include="include :: header"></head> | 4 | <head th:include="include :: header"></head> |
@@ -73,9 +73,17 @@ | @@ -73,9 +73,17 @@ | ||
73 | title : '编码' | 73 | title : '编码' |
74 | }, | 74 | }, |
75 | { | 75 | { |
76 | - field : 'code2', | ||
77 | - title : '编码2' , | ||
78 | - visible:false | 76 | + field : 'shipToCode', |
77 | + title : '配送点代码' | ||
78 | + }, | ||
79 | + { | ||
80 | + field : 'warehouseCode', | ||
81 | + title : '仓库编码', | ||
82 | + visible : false | ||
83 | + }, | ||
84 | + { | ||
85 | + field : 'companyCode', | ||
86 | + title : '货主代码' | ||
79 | }, | 87 | }, |
80 | { | 88 | { |
81 | field : 'name', | 89 | field : 'name', |
@@ -110,6 +118,11 @@ | @@ -110,6 +118,11 @@ | ||
110 | visible:false | 118 | visible:false |
111 | }, | 119 | }, |
112 | { | 120 | { |
121 | + field : 'parent', | ||
122 | + title : '父', | ||
123 | + visible:false | ||
124 | + }, | ||
125 | + { | ||
113 | field : 'attentionTo', | 126 | field : 'attentionTo', |
114 | title : '联系人' | 127 | title : '联系人' |
115 | }, | 128 | }, |
@@ -154,11 +167,11 @@ | @@ -154,11 +167,11 @@ | ||
154 | return $.table.selectDictLabel(datas, value); | 167 | return $.table.selectDictLabel(datas, value); |
155 | } | 168 | } |
156 | }, | 169 | }, |
157 | - // { | ||
158 | - // field : 'deleted', | ||
159 | - // title : '是否删除' , | ||
160 | - // visible:false | ||
161 | - // }, | 170 | + { |
171 | + field : 'deleted', | ||
172 | + title : '是否删除' , | ||
173 | + visible:false | ||
174 | + }, | ||
162 | { | 175 | { |
163 | field : 'userDef1', | 176 | field : 'userDef1', |
164 | title : '自定义字段1' , | 177 | title : '自定义字段1' , |
src/main/resources/templates/general/customer/edit.html
@@ -13,9 +13,19 @@ | @@ -13,9 +13,19 @@ | ||
13 | </div> | 13 | </div> |
14 | </div> | 14 | </div> |
15 | <div class="form-group"> | 15 | <div class="form-group"> |
16 | - <label class="col-sm-3 control-label">编码2:</label> | 16 | + <label class="col-sm-3 control-label">配送点代码:</label> |
17 | <div class="col-sm-8"> | 17 | <div class="col-sm-8"> |
18 | - <input id="code2" name="code2" th:field="*{code2}" class="form-control" type="text"> | 18 | + <input id="shipToCode" name="shipToCode" th:field="*{shipToCode}" class="form-control" type="text"> |
19 | + </div> | ||
20 | + </div> | ||
21 | + <div class="form-group"> | ||
22 | + <label class="col-sm-3 control-label">货主:</label> | ||
23 | + <div class="col-sm-8"> | ||
24 | + <select id="companyCode" name="companyCode" class="form-control" th:with="list=${@companyService.getCode()}"> | ||
25 | + <option value ="" code="">全部货主</option> | ||
26 | + <option th:each="item : ${list}" th:text="${item['name']}" th:value="${item['id']}" | ||
27 | + th:attr = "code = ${item['code']}" th:field="*{companyCode}"></option> | ||
28 | + </select> | ||
19 | </div> | 29 | </div> |
20 | </div> | 30 | </div> |
21 | <div class="form-group"> | 31 | <div class="form-group"> |
@@ -60,6 +70,12 @@ | @@ -60,6 +70,12 @@ | ||
60 | <input id="postalCode" name="postalCode" th:field="*{postalCode}" class="form-control" type="text"> | 70 | <input id="postalCode" name="postalCode" th:field="*{postalCode}" class="form-control" type="text"> |
61 | </div> | 71 | </div> |
62 | </div> | 72 | </div> |
73 | + <div class="form-group"> | ||
74 | + <label class="col-sm-3 control-label">父:</label> | ||
75 | + <div class="col-sm-8"> | ||
76 | + <input id="parent" name="parent" th:field="*{parent}" class="form-control" type="text"> | ||
77 | + </div> | ||
78 | + </div> | ||
63 | <div class="form-group"> | 79 | <div class="form-group"> |
64 | <label class="col-sm-3 control-label">联系人:</label> | 80 | <label class="col-sm-3 control-label">联系人:</label> |
65 | <div class="col-sm-8"> | 81 | <div class="col-sm-8"> |