Skip to content

Commit

Permalink
chore: update README.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
toedter committed May 29, 2023
1 parent eb09c24 commit 0dc6cfe
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ HAL Explorer also supports Spring Profiles.
Here you find the documentation for the latest release and the current snapshot,
as well as a demo (with examples) of the latest release and the current snapshot:
|===
| Release | 1.2.0 | https://toedter.github.io/hal-explorer/release/reference-doc/[Reference Documentation] | https://toedter.github.io/hal-explorer/release/hal-explorer/#theme=Cosmo&uri=examples/examples.hal-forms.json[HAL Explorer Demo]
| Snapshot | 1.2.1-SNAPSHOT | https://toedter.github.io/hal-explorer/snapshot/reference-doc/[Reference Documentation] | https://toedter.github.io/hal-explorer/snapshot/hal-explorer/#theme=Cosmo&uri=examples/examples.hal-forms.json[HAL Explorer Demo]
| Release | 1.2.1 | https://toedter.github.io/hal-explorer/release/reference-doc/[Reference Documentation] | https://toedter.github.io/hal-explorer/release/hal-explorer/#theme=Cosmo&uri=examples/examples.hal-forms.json[HAL Explorer Demo]
| Snapshot | 1.2.2-SNAPSHOT | https://toedter.github.io/hal-explorer/snapshot/reference-doc/[Reference Documentation] | https://toedter.github.io/hal-explorer/snapshot/hal-explorer/#theme=Cosmo&uri=examples/examples.hal-forms.json[HAL Explorer Demo]
|===

You also find current release at https://hal-explorer.com.
Expand Down Expand Up @@ -90,14 +90,14 @@ Maven:
<dependency>
<groupId>org.webjars</groupId>
<artifactId>hal-explorer</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
</dependency>

Gradle:
[source, Groovy]
implementation 'org.webjars:hal-explorer:1.2.0'
implementation 'org.webjars:hal-explorer:1.2.1'

When you use the WebJar with Spring Boot, you can access the HAL Explorer at `/webjars/hal-explorer/1.2.0/index.html`.
When you use the WebJar with Spring Boot, you can access the HAL Explorer at `/webjars/hal-explorer/1.2.1/index.html`.
The easiest way to integrate the upstream version of HAL Explorer into your backend would be to clone this Git repo,
do a production build and then copy the content of the dist folder to a location accessible by your backend server.
When you use Spring Boot, a good location in your project's source tree would be
Expand Down

0 comments on commit 0dc6cfe

Please sign in to comment.