update qiniu

This commit is contained in:
shuzheng 2016-11-10 18:08:21 +08:00
parent fc77eb63f2
commit 98976778d5
2 changed files with 7 additions and 1 deletions

View File

@ -166,6 +166,12 @@
<artifactId>hibernate-validator</artifactId>
<version>5.2.2.Final</version>
</dependency>
<!-- 七牛云存储 -->
<dependency>
<groupId>com.qiniu</groupId>
<artifactId>qiniu-java-sdk</artifactId>
<version>[7.0.0, 7.1.99]</version>
</dependency>
<!-- Thymeleaf -->
<dependency>
<groupId>org.thymeleaf</groupId>

View File

@ -35,7 +35,7 @@
<property name="contentType" value="text/html; charset=utf-8" />
<property name="viewClass" value="org.springframework.web.servlet.view.JstlView" />
</bean>
<!-- i18n国际化 -->
<bean id="messageSource" class="org.springframework.context.support.ReloadableResourceBundleMessageSource">
<!-- 找不到key时用key作为返回值 -->