帆软使用的第三方框架。
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Cloud.Liu 1ea36a23f8 REPORT-98773 fix: 编译失败 1 year ago
..
lib DEC-17254 feat: 升级Spring至4.3.29 4 years ago
src/main REPORT-98773 fix: 编译失败 1 year ago
.gitignore KERNEL-3436 POM依赖 5 years ago
pom.xml KERNEL-12978 feat: 用户登录权限CBB 2 years ago
readme.md REPORT-98773 fix: fine-spring中部分未用到的类修改import包名 1 year ago

readme.md

1 spring版本4.3.29.RELEASE
2 fine-spring内容见https://kms.fineres.com/pages/viewpage.action?pageId=152798513
3 定制内容处均有"// 定制"注释
4 去除对jackson的ObjectMapper的支持:DEC-17331
5 删除com.fr.third.springframework.remoting.caucho ;com.fr.third.springframework.remoting.httpinvoker; com.fr.third.springframework.remoting.rmi.*
6 HttpComponentsClientHttpRequestFactory里对httpclient的引用也需要修改包名,FDL用到了 7 HttpComponentsAsyncClientHttpRequest等附近3个类用到了httpasyncclient这个库(这个库后来合入了http-components 5.0),但因为这几个类没有地方用,所以httpasyncclient我们也暂时没有引入