上一页 1 ··· 69 70 71 72 73 74 75 76 77 ··· 87 下一页
摘要: dockerfile 运行镜像: 阅读全文
posted @ 2018-09-28 12:17 lshan 阅读(2137) 评论(0) 推荐(0)
摘要: 添加样式def addMailFormt(content): eheader="<p><b><strong style=\"color:red\">SeaNotification</strong></b></p><br>" efoot="<font color=\"#993300\"> <br> < 阅读全文
posted @ 2018-09-27 17:35 lshan 阅读(299) 评论(0) 推荐(0)
摘要: 参考:https://blog.csdn.net/dahongwudi/article/details/78201082 阅读全文
posted @ 2018-09-25 14:18 lshan 阅读(172) 评论(0) 推荐(0)
摘要: Springboot spring data jpa 多数据源的配置 (说明:这只是引入了多个数据源,他们各自管理各自的事务,并没有实现统一的事务控制) 例: user数据库 global 数据库 1 .application.properties #database edi configurati 阅读全文
posted @ 2018-09-21 17:03 lshan 阅读(201) 评论(0) 推荐(0)
摘要: 参考:https://blog.csdn.net/tzs_1041218129/article/details/79514845 阅读全文
posted @ 2018-09-17 16:46 lshan 阅读(175) 评论(0) 推荐(0)
摘要: 配置#use shutdown curl -X POST -i 'http://127.0.0.1:8080/actuator/shutdown'management.endpoints.web.exposure.include=shutdownmanagement.endpoint.shutdow 阅读全文
posted @ 2018-09-17 11:07 lshan 阅读(217) 评论(0) 推荐(0)
摘要: 参考:https://blog.csdn.net/xlgen157387/article/details/46848507 自己写的验证: /** * * @ClassName: BeanValidationUtils * @Description: * @Author: Sea * @Date: 阅读全文
posted @ 2018-09-17 10:11 lshan 阅读(113) 评论(0) 推荐(0)
摘要: List<LazadaTrackingDataTO> dataSourceList = new ArrayList<LazadaTrackingDataTO>(); if (packages.size() > 1000) { int i = 0, j = 1000; while (true) { i 阅读全文
posted @ 2018-09-17 10:09 lshan 阅读(532) 评论(0) 推荐(0)
摘要: 可以参考:https://blog.csdn.net/zajiayouzai/article/details/80612729 项目的构建: 1.父工程:pom <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.a 阅读全文
posted @ 2018-09-16 23:55 lshan 阅读(172) 评论(0) 推荐(0)
摘要: 参考:https://blog.csdn.net/itguangit/article/details/78825505 REST的基础知识 参考我的这篇文章: Restful API 设计指南 当谈论REST时,有一种常见的错误就是将其视为“基于URL的Web服务”——将REST作为另一 种类型的远 阅读全文
posted @ 2018-09-16 19:24 lshan 阅读(142) 评论(0) 推荐(0)
上一页 1 ··· 69 70 71 72 73 74 75 76 77 ··· 87 下一页