上一页 1 ··· 34 35 36 37 38 39 40 41 42 ··· 72 下一页
摘要: package com.ruoyi.common.utils.http; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; import java.io.PrintWriter; import java.... 阅读全文
posted @ 2019-10-28 09:14 tonggc1668 阅读(1922) 评论(0) 推荐(0)
摘要: package com.ruoyi.common.utils; import java.net.InetAddress; import java.net.UnknownHostException; import javax.servlet.http.HttpServletRequest; /** * 获取IP方法 * * @author ruoyi */ public class IpUtils 阅读全文
posted @ 2019-10-28 09:12 tonggc1668 阅读(240) 评论(0) 推荐(0)
摘要: package com.ruoyi.common.utils; import java.util.Collection; import java.util.Map; import com.ruoyi.common.core.text.StrFormatter; /** * 字符串工具类 * * @author ruoyi */ public class StringUtils extends or 阅读全文
posted @ 2019-10-28 09:11 tonggc1668 阅读(931) 评论(0) 推荐(0)
摘要: package com.ruoyi.common.json; import java.util.ArrayList; import java.util.Collection; import java.util.LinkedHashMap; import java.util.List; import 阅读全文
posted @ 2019-10-28 09:07 tonggc1668 阅读(359) 评论(0) 推荐(0)
摘要: package com.ruoyi.common.json; import java.io.File; import java.io.IOException; import java.io.InputStream; import java.io.OutputStream; import com.fasterxml.jackson.core.JsonGenerationException; im... 阅读全文
posted @ 2019-10-28 09:06 tonggc1668 阅读(2376) 评论(0) 推荐(0)
摘要: <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.x 阅读全文
posted @ 2019-10-24 12:11 tonggc1668 阅读(184) 评论(0) 推荐(0)
摘要: ImportBeanDefinitionRegistrar动态注册bean https://blog.csdn.net/jiachunchun/article/details/94569246 SpringBoot2 | BeanDefinition 注册核心类 ImportBeanDefiniti 阅读全文
posted @ 2019-10-17 18:24 tonggc1668 阅读(524) 评论(0) 推荐(0)
摘要: import org.springframework.web.util.UriComponentsBuilder; UriComponentsBuilder.fromHttpUrl("http://localhost:8080") .path("/api/{id}") .build("1234") 阅读全文
posted @ 2019-10-11 15:06 tonggc1668 阅读(466) 评论(0) 推荐(0)
摘要: EnableAutoConfiguration注解 http://www.51gjie.com/javaweb/1046.html springboot@EnableAutoConfiguration 注解的作用以及加载流程 https://blog.csdn.net/qq_36872046/art 阅读全文
posted @ 2019-09-17 16:51 tonggc1668 阅读(951) 评论(0) 推荐(0)
摘要: 设置Schema-Registry的配置,以支持Schema变化 https://blog.csdn.net/lzufeng/article/details/81566766 curl -X PUT -H "Content-Type:application/json" https://xxx:908 阅读全文
posted @ 2019-09-06 20:06 tonggc1668 阅读(1138) 评论(0) 推荐(0)
上一页 1 ··· 34 35 36 37 38 39 40 41 42 ··· 72 下一页