摘要: import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.springframework.http.clien 阅读全文
posted @ 2021-09-02 22:41 it_bky 阅读(390) 评论(0) 推荐(0) 编辑
摘要: import feign.RequestInterceptor; import feign.RequestTemplate; import org.apache.commons.collections.CollectionUtils; import org.springframework.conte 阅读全文
posted @ 2021-09-02 22:36 it_bky 阅读(1453) 评论(0) 推荐(0) 编辑
摘要: /** * 3.会话管理器 */ public DefaultWebSessionManager sessionManager() { CustomSessionManager sessionManager = new CustomSessionManager(); //shiro 的session 阅读全文
posted @ 2021-09-02 20:54 it_bky 阅读(138) 评论(0) 推荐(0) 编辑
摘要: 1.pdf横向生成问题:格式化html是加上 @page{size:297mm 210mm;} public static String formatPdfHtml(String html,String direction) { try { StringBuilder htmlStr = new S 阅读全文
posted @ 2021-09-02 18:14 it_bky 阅读(1075) 评论(0) 推荐(0) 编辑