摘要:
package com.ita.config; import com.github.pagehelper.PageInterceptor; import org.apache.ibatis.plugin.Interceptor; import org.mybatis.spring.SqlSessio 阅读全文
posted @ 2021-12-26 20:31
emanlee
阅读(1094)
评论(0)
推荐(0)
摘要:
WebMvcConfigurer 配置类其实是Spring内部的一种配置方式,采用JavaBean的形式来代替传统的xml配置文件形式进行针对框架个性化定制。 基于 java-based 方式的 spring mvc 配置,需要创建一个配置类并实现 WebMvcConfigurer 接口,WebMv 阅读全文
posted @ 2021-12-26 19:33
emanlee
阅读(1089)
评论(0)
推荐(0)
摘要:
@PropertySource @PropertySource 注解用于指定资源文件读取的位置,它不仅能读取 properties 文件,也能读取xml文件,并且通过 YAML 解析器,配合自定义 PropertySourceFactory 实现解析YAML文件。 @Component @Prope 阅读全文
posted @ 2021-12-26 18:25
emanlee
阅读(72)
评论(0)
推荐(0)

浙公网安备 33010602011771号