Coder Social home page Coder Social logo

core-lib / httpdoc Goto Github PK

View Code? Open in Web Editor NEW
25.0 25.0 14.0 6.62 MB

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

Home Page: http://106.13.16.25/httpdoc-sample/httpdoc-ui/index.html

License: Apache License 2.0

Java 44.79% CSS 0.50% JavaScript 25.31% HTML 3.38% C 0.10% Objective-C 25.93%
http javadoc sdk spring-boot spring-mvc

httpdoc's People

Contributors

core-lib avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

httpdoc's Issues

docker 状态下summary 注解不起作用

问题: docker 状态下summary 注解不起作用,本地开发机无这个问题

image
image

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 直接依赖进仓库

建议如标题

原因: 目前部分项目想说明一样的情况下,

        <dependency>
            <groupId>com.sun</groupId>
            <artifactId>tools</artifactId>
            <version>1.8</version>
            <scope>system</scope>
            <systemPath>${env.JAVA_HOME}/lib/tools.jar</systemPath>
        </dependency>

这个 jar 不太好解决问题,建议吧这个 jar 直接打进 httpdoc-spring-mvc 项目或者 httpdoc-spring-boot 中,预计会更方便一些

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.