Skip to content

Commit ad5efb3

Browse files
zhanglongzhanglong
authored andcommitted
delete
1 parent face9f4 commit ad5efb3

24 files changed

+9
-1393
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/target/
2+
.settings/
3+
.project
4+
.classpath

pom.xml

Lines changed: 4 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
<java.version>1.8</java.version>
1313
<spring.version>4.3.0.RELEASE</spring.version>
1414
<mysql.version>5.1.25</mysql.version>
15-
<mybatis.version>3.2.7</mybatis.version>
1615
</properties>
1716

1817
<dependencies>
@@ -34,23 +33,6 @@
3433
<version>2.7.3</version>
3534
</dependency>
3635

37-
<dependency>
38-
<groupId>commons-collections</groupId>
39-
<artifactId>commons-collections</artifactId>
40-
<version>3.2.1</version>
41-
</dependency>
42-
43-
<dependency>
44-
<groupId>mysql</groupId>
45-
<artifactId>mysql-connector-java</artifactId>
46-
<version>${mysql.version}</version>
47-
</dependency>
48-
<dependency>
49-
<groupId>com.alibaba</groupId>
50-
<artifactId>druid</artifactId>
51-
<version>1.0.22</version>
52-
</dependency>
53-
5436
<dependency>
5537
<groupId>javax.servlet</groupId>
5638
<artifactId>javax.servlet-api</artifactId>
@@ -110,6 +92,7 @@
11092
<artifactId>jackson-mapper-asl</artifactId>
11193
<version>1.9.12</version>
11294
</dependency>
95+
11396
<dependency>
11497
<groupId>org.codehaus.jackson</groupId>
11598
<artifactId>jackson-mapper-lgpl</artifactId>
@@ -121,17 +104,6 @@
121104
<version>1.9.12</version>
122105
</dependency>
123106

124-
<dependency>
125-
<groupId>org.mybatis</groupId>
126-
<artifactId>mybatis</artifactId>
127-
<version>${mybatis.version}</version>
128-
</dependency>
129-
<dependency>
130-
<groupId>org.mybatis</groupId>
131-
<artifactId>mybatis-spring</artifactId>
132-
<version>1.2.2</version>
133-
</dependency>
134-
135107
<dependency>
136108
<groupId>org.slf4j</groupId>
137109
<artifactId>slf4j-log4j12</artifactId>
@@ -143,23 +115,6 @@
143115
<artifactId>log4j</artifactId>
144116
<version>1.2.17</version>
145117
</dependency>
146-
147-
<dependency>
148-
<groupId>org.apache.commons</groupId>
149-
<artifactId>commons-lang3</artifactId>
150-
<version>3.4</version>
151-
</dependency>
152-
153-
<dependency>
154-
<groupId>org.aspectj</groupId>
155-
<artifactId>aspectjweaver</artifactId>
156-
<version>1.8.9</version>
157-
</dependency>
158-
<dependency>
159-
<groupId>org.quartz-scheduler</groupId>
160-
<artifactId>quartz</artifactId>
161-
<version>2.2.2</version>
162-
</dependency>
163118

164119
</dependencies>
165120

@@ -177,13 +132,14 @@
177132
</configuration>
178133
</plugin>
179134
<!-- 配置Tomcat插件 -->
180-
<!-- <plugin>
135+
<plugin>
181136
<groupId>org.apache.tomcat.maven</groupId>
182137
<artifactId>tomcat7-maven-plugin</artifactId>
138+
<version>2.2</version>
183139
<configuration>
184140
<path>/</path>
185141
</configuration>
186-
</plugin> -->
142+
</plugin>
187143
</plugins>
188144
</build>
189145
</project>

src/main/java/com/cetc/domian/PersistentCharge.java

Lines changed: 0 additions & 139 deletions
This file was deleted.

src/main/java/com/cetc/domian/PersistentReCall.java

Lines changed: 0 additions & 56 deletions
This file was deleted.

0 commit comments

Comments
 (0)