
spring
文章平均质量分 92
dzq584462393
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Spring Framework文档-概述(Overview)
Spring Framework概述翻译 2022-07-21 18:35:11 · 562 阅读 · 0 评论 -
Spring Initializr文档翻译及源码解读
Spring Initializr文档翻译及源码解读翻译 2022-04-12 22:41:24 · 1447 阅读 · 0 评论 -
spring文件无法解析占位符,按照字符串解析
今天用了spring的占位符来配置mybatis的dataSource<bean id="sourcePropertyConfigurer" class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer"> classpath:*.properties原创 2016-08-08 16:09:00 · 6043 阅读 · 0 评论 -
springmvc中的controller使用Value注解值不正确,是注解值
1,在springmvc的controller中注解属性public class TranOrderController extends BaseController { @Value("${filePath}") private String filePath; public void down(){ logger.info(filePath); //总是打原创 2017-03-02 15:50:29 · 3615 阅读 · 0 评论