updated the README
This commit is contained in:
parent
8aa2b63926
commit
43ac1d1cb3
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?><project-modules id="moduleCoreId" project-version="1.5.0">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
@ -83,8 +83,10 @@
|
|||
|
||||
|
||||
|
||||
<wb-module deploy-name="uri-resolver-2.10.2-SNAPSHOT">
|
||||
|
||||
|
||||
<wb-module deploy-name="uri-resolver-2.10.2">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
@ -169,7 +171,8 @@
|
|||
|
||||
|
||||
<wb-resource deploy-path="/" source-path="/target/m2e-wtp/web-resources"/>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
@ -254,7 +257,8 @@
|
|||
|
||||
|
||||
<wb-resource deploy-path="/" source-path="/src/main/webapp" tag="defaultRootSource"/>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
@ -339,7 +343,8 @@
|
|||
|
||||
|
||||
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/java"/>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
@ -424,11 +429,9 @@
|
|||
|
||||
|
||||
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/resources"/>
|
||||
|
||||
|
||||
|
||||
<wb-resource deploy-path="/WEB-INF/classes" source-path="/target/generated-sources/annotations"/>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
@ -513,13 +516,15 @@
|
|||
|
||||
|
||||
<property name="context-root" value="uri-resolver"/>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<property name="java-output-path" value="/uri-resolver/target/classes"/>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
@ -604,7 +609,8 @@
|
|||
|
||||
|
||||
</wb-module>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -26,8 +26,6 @@ The URI Resolver is a RESTful service that offers unified HTTP(s) access to the
|
|||
- RESTful API design for easy integration and interaction
|
||||
- Seamless integration with gCube Applications and Virtual Research Environments
|
||||
- Supports multiple resource types including catalogue entries, geospatial data, and storage resources
|
||||
- Provides both current and legacy resolver implementations for backward compatibility
|
||||
- Production-ready service deployed on D4Science infrastructure
|
||||
|
||||
### Implemented Resolvers
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue