摘要: 使用 CardQueryResponseBO parseResultBean =JSON.parseObject(outParams, CardQueryResponseBO.class); 阅读全文
posted @ 2018-05-10 17:53 宇枫 阅读(4454) 评论(0) 推荐(0) 编辑
摘要: 1 public static Map transStringToMap(String mapString, String separator, String pairSeparator) { 2 Map map = new HashMap(); 3 String[] fSplit = mapString.split(separator); 4 ... 阅读全文
posted @ 2018-05-10 17:19 宇枫 阅读(6204) 评论(1) 推荐(1) 编辑
摘要: 第一种: 需要在主类头加上 @EnableAutoConfiguration 第二种: pom文件是否加了 <dependency> <groupId>org.mybatis.spring.boot</groupId> <artifactId>mybatis-spring-boot-starter< 阅读全文
posted @ 2018-05-10 14:40 宇枫 阅读(12638) 评论(0) 推荐(1) 编辑
摘要: 调用方法 <dependency> <groupId>org.apache.poi</groupId> <artifactId>poi</artifactId> <version>3.10.1</version> </dependency> 阅读全文
posted @ 2018-05-10 11:22 宇枫 阅读(2140) 评论(0) 推荐(0) 编辑