为fastdfs工具类添加注释

This commit is contained in:
RenKaiGe-Office
2018-05-17 18:01:03 +08:00
parent 5ecb09dd0f
commit d825c96145
5 changed files with 45 additions and 32 deletions

View File

@@ -15,7 +15,7 @@
http://www.springframework.org/schema/task http://www.springframework.org/schema/task/spring-task-4.1.xsd
http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-4.1.xsd"
default-lazy-init="true">
<!-- 加载配置文件 -->
<!-- 加载配置文件,不知道为啥不能加载redis.properties的内容,先把redis.properties里面的内容放到jdbc.properties里面吧 -->
<context:property-placeholder
ignore-unresolvable="true" location="classpath:jdbc.properties" />