8000 更新依赖版本,解决github#6 错误。 · coderhxt/Mybatis-Spring@96fe779 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 96fe779

Browse files
committed
更新依赖版本,解决github#6 错误。
1 parent a4efd90 commit 96fe779

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
<jdk.version>1.6</jdk.version>
2424
<!-- 依赖版本 -->
2525
<mybatis.version>3.3.1</mybatis.version>
26-
<mapper.version>3.3.6-SNAPSHOT</mapper.version>
26+
<mapper.version>3.3.6</mapper.version>
2727
<pagehelper.version>4.1.1</pagehelper.version>
2828
<mysql.version>5.1.29</mysql.version>
2929
<spring.version>4.1.2.RELEASE</spring.version>
30-
<mybatis.spring.version>1.2.3</mybatis.spring.version>
30+
<mybatis.spring.version>1.2.4</mybatis.spring.version>
3131
</properties>
3232

3333
<dependencies>

src/main/webapp/WEB-INF/web.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@
4343
<servlet>
4444
<servlet-name>mybatis</servlet-name>
4545
<servlet-class>org.springframework.web.servlet.DispatcherServlet</servlet-class>
46-
<load-on-startup>1</load-on-startup>
4746
<init-param>
4847
<param-name>contextConfigLocation</param-name>
4948
<param-value>classpath:mybatis-servlet.xml</param-value>
5049 4E21
</init-param>
50+
<load-on-startup>1</load-on-startup>
5151
</servlet>
5252

5353
<servlet-mapping>

0 commit comments

Comments
 (0)
0