舒笔锋

Results 8 issues of 舒笔锋

default by name, invalid: `` change by id, vliad: ``

经常出现连接问题, 这个参数设置需要怎么优化? 还是程序的bug? 2018-03-15 11:31:25 FATAL cn.hashdata.bireme.ChangeLoader getConnection - Unable to get Connection.

enhancement

这些日志完全看不懂 ``` [admin@bireme ~]$ tail -f app/bireme/logs/bireme.err 18:04:56,062 DEBUG QueuedThreadPool - queue acceptor-0@73163d48 18:04:56,063 INFO AbstractConnector - Started ServerConnector@1e6a3214{HTTP/1.1,[http/1.1]}{10.62.2.8:9090} 18:04:56,063 DEBUG AbstractLifeCycle - STARTED @9794ms ServerConnector@1e6a3214{HTTP/1.1,[http/1.1]}{10.62.2.8:9090} 18:04:56,063 INFO Server -...

bug

swagger-spring-boot-starter 使用 1.7的版本 swagger2markup 使用2.8的版本 无法通过maven插件生成ASCIIdoc ``` com.spring4all swagger-spring-boot-starter io.github.swagger2markup swagger2markup org.springframework.boot spring-boot-starter-test org.springframework.cloud spring-cloud-starter-openfeign org.springframework.boot spring-boot-maven-plugin true repackage org.apache.maven.plugins maven-compiler-plugin ${maven-compiler-plugin.version} ${java.version} ${java.version} org.apache.maven.plugins maven-jar-plugin ${maven-jar-plugin.version} **/application.yml/** **/application.yml.example/** io.github.swagger2markup...

![default](https://user-images.githubusercontent.com/6796352/36624872-289dc184-1950-11e8-9e77-e2edc729d584.png) 这是true,code=500返回数据结构该怎么定义,并且在样例中展现出来

@ApiOperation(value = "商品的销售量,销售额", notes = "订单数据暂未剔除发生部分退款的商品", tags = "xxxxxxxxxxxxxx") @GetMapping("sales") public ResultResp waresSalesList( @ApiParam(value = Req.platformTypeDesc, required = true, example = "YUN_MI") @NotNull @RequestParam(value = Req.platformType) PlatformTypeConst platformType, @NotNull @ApiParam(value...