# javadocky **Repository Path**: mirrors_andyglick/javadocky ## Basic Information - **Project Name**: javadocky - **Description**: An OSS clone of javadoc.io - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-02-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # javadocky This project is a clone of [javadoc.io](http://javadoc.io/). This is also a sandbox project to play with spring-boot v2.1, spring-webflux v5.0 and selenide v5.2. ![Build Status](https://github.com/KengoTODA/javadocky/workflows/Build/badge.svg) [![Coverage](https://sonarcloud.io/api/project_badges/measure?project=javadocky&metric=coverage)](https://sonarcloud.io/dashboard?id=javadocky) [![Maintainability](https://api.codeclimate.com/v1/badges/f021dc49dcefcb5fd337/maintainability)](https://codeclimate.com/github/KengoTODA/javadocky/maintainability) ## How to build ```sh $ docker-compose up --build ``` You can visit [http://localhost:8080/](http://localhost:8080/) to enjoy service. ### How to configure You can [set property](https://docs.spring.io/spring-boot/docs/current/reference/html/boot-features-external-config.html), to configure Javadocky. |name |default value |note | |--------------------------|----------------------------------|--------| |javadocky.maven.repository|http://central.maven.org/maven2/ |URL of the Maven repository to download javadoc.jar| ## License Copyright 2017-2019 Kengo TODA Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.