# Java 工具

> 本部分内容主要是 Java 开发领域使用的一些 Java 工具，如构建工具、IDE、服务器、日志中心等等。

## 目录

* [构建工具](/java/docs/javatool/build.md)
  * [Maven 快速指南](/java/docs/javatool/build/maven/maven-quickstart.md)
  * [Maven 之 pom.xml 详解](/java/docs/javatool/build/maven/maven-pom.md)
  * [Maven 之 settings.xml 详解](/java/docs/javatool/build/maven/maven-settings.md)
  * [Maven 常见问题和最佳实践](/java/docs/javatool/build/maven/maven-action.md)
  * [发布项目到 Maven 中央仓库](/java/docs/javatool/build/maven/maven-deploy.md)
  * [部署并使用 Nexus 作为 Maven 私服](https://github.com/hezhiqiang-book/java-tutorial/tree/aff996fa881ff1e64e600ec92d17a8f5323d83a3/docs/javatool/build/maven/nexus.md)
  * [Ant 简易教程](/java/docs/javatool/build/ant.md)
* [Elastic](/java/docs/javatool/elastic.md)
  * [Elastic 技术栈之快速指南](/java/docs/javatool/elastic/elastic-quickstart.md)
  * [Elastic 技术栈之 Logstash 基础](/java/docs/javatool/elastic/elastic-logstash.md)
* [Java IDE](/java/docs/javatool/ide.md)
  * [Intellij IDEA 使用小结](/java/docs/javatool/ide/intellij.md)
  * [Eclipse 使用小结](/java/docs/javatool/ide/eclipse.md)
* [Java 服务器](https://github.com/hezhiqiang-book/java-tutorial/tree/aff996fa881ff1e64e600ec92d17a8f5323d83a3/docs/javatool/server/README.md)
  * [Jetty 使用小结](https://github.com/hezhiqiang-book/java-tutorial/tree/aff996fa881ff1e64e600ec92d17a8f5323d83a3/docs/javatool/server/jetty.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://hezhiqiang8909.gitbook.io/java/docs/javatool.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
