https://github.com/wildfly/wildfly-application-development-book
The source for learning how to build applications for WildFly
https://github.com/wildfly/wildfly-application-development-book
Last synced: 5 months ago
JSON representation
The source for learning how to build applications for WildFly
- Host: GitHub
- URL: https://github.com/wildfly/wildfly-application-development-book
- Owner: wildfly
- License: apache-2.0
- Created: 2024-08-14T10:48:58.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-19T11:12:12.000Z (over 1 year ago)
- Last Synced: 2025-03-19T11:41:09.353Z (over 1 year ago)
- Language: Java
- Size: 109 KB
- Stars: 0
- Watchers: 10
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.adoc
- Contributing: CONTRIBUTING.adoc
- License: LICENSE.txt
Awesome Lists containing this project
README
= WildFly application development guide
== Building the HTML output
To build the HTML output, use the following command:
----
$ mvn compile
----
This generates the HTML file `main.html` in the `target/generated-docs` directory.