httpdoc icon indicating copy to clipboard operation
httpdoc copied to clipboard

基于Java标准doc注释构建的代码零侵入的HTTP RESTful API在线测试,文档阅览以及SDK导出框架,支持Spring-Boot和Spring-MVC

Results 28 httpdoc issues
Sort by recently updated
recently updated
newest added

Bumps [junit](https://github.com/junit-team/junit4) from 4.11 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

Bumps [junit](https://github.com/junit-team/junit4) from 4.11 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

![image](https://user-images.githubusercontent.com/27618687/71230274-f9ccd680-2323-11ea-8357-adb4821fde6e.png) ![image](https://user-images.githubusercontent.com/27618687/71230290-0b15e300-2324-11ea-8a66-e288a7b2c066.png) ![image](https://user-images.githubusercontent.com/27618687/71230303-1832d200-2324-11ea-9d80-39cca8cd970f.png)

springboot 注释不识别

![image](https://user-images.githubusercontent.com/27618687/66262740-576b7f80-e819-11e9-9262-1ef8ce033150.png)

问题: docker 状态下summary 注解不起作用,本地开发机无这个问题 ![image](https://user-images.githubusercontent.com/27618687/66256386-df24a000-e7bf-11e9-93ac-d8271f9666a9.png) ![image](https://user-images.githubusercontent.com/27618687/66256391-ed72bc00-e7bf-11e9-9981-5032ff302816.png) dockerfile ``` FROM openjdk:8-jdk-alpine MAINTAINER gclm [email protected] VOLUME ["/tmp"] ADD chat-0.0.1-SNAPSHOT.jar app.jar ENTRYPOINT ["java", "-Djava.security.egd=file:/dev/./urandom", "-jar", "app.jar"] ```

建议如标题 原因: 目前部分项目想说明一样的情况下, ``` com.sun tools 1.8 system ${env.JAVA_HOME}/lib/tools.jar ``` 这个 jar 不太好解决问题,建议吧这个 jar 直接打进 httpdoc-spring-mvc 项目或者 httpdoc-spring-boot 中,预计会更方便一些