会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
芃芃
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
2020年6月16日
Jackson 乱码问题配置
摘要: 在springMVC配置文件中设置 <!--JSON乱码问题配置--> <mvc:annotation-driven> <mvc:message-converters register-defaults="true"> <bean class="org.springframework.http.co
阅读全文
posted @ 2020-06-16 10:00 芃-芃
阅读(1110)
评论(0)
推荐(0)
2020年5月30日
Spring依赖注入之set注入(各类型注入方式)
摘要: Student(学生类) 1 package com.kuang.pojo; 2 3 import java.util.*; 4 5 public class Student { 6 private String name; 7 private Address address; 8 private
阅读全文
posted @ 2020-05-30 09:59 芃-芃
阅读(1537)
评论(0)
推荐(0)
Spring之applicationContext.xml 头文件
摘要: <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance
阅读全文
posted @ 2020-05-30 08:40 芃-芃
阅读(764)
评论(0)
推荐(1)
上一页
1
2
3
公告