minor fixes

This commit is contained in:
Luca Frosini 2024-05-28 16:35:07 +02:00
parent 413846ab40
commit c7d6c8c959
3 changed files with 16 additions and 17 deletions

View File

@ -1,16 +1,11 @@
*********************************************************** ***********************************************************
Welcome to Hello World SG4 documentation Welcome to Hello World Service documentation
*********************************************************** ***********************************************************
Hello World SG4 is a RESTful application that exposes operations via REST-API. Hello World Service is a RESTful application that exposes operations via REST-API.
See the available `REST-API docs <../api-docs/index.html>`_. See the available `REST-API docs <../api-docs/index.html>`_.
Base URL
========
In the production environment, its current value is
Authorization Authorization
============= =============
@ -173,9 +168,11 @@ Roles
----- -----
Clients
=======
Java Client Java Client
=========== -----------
We provide the following Java Client out-of-the-box. We provide the following Java Client out-of-the-box.
@ -215,6 +212,14 @@ The service exposes `its methods <../api-docs/index.html>`_ using a standard nam
import org.gcube....; import org.gcube....;
Postman Collection
------------------
Here you can download the `postman collection to interact with the service <../api-docs/postman/hello-world-service.postman_collection.json>`_.
You also need the environment to be selected to be able to generate the authorization token.
This is an example of `postman environment <../api-docs/postman/hello-world-service-for-devvre.postman_environment.json>`_ for devVRE (/gcube/devsec/devVRE).
The latter must be configured by inserting the value of your username and password used in the D4Science infrastructure.
Service Discovery on IS Service Discovery on IS
@ -249,10 +254,4 @@ The maven coordinates of the Hello World SG4 service are:
<artifactId>hello-world-service</artifactId> <artifactId>hello-world-service</artifactId>
Postman Collection
=======================
Here you can download the `postman collection to interact with the service <../api-docs/postman/hello-world-service.postman_collection.json>`_.
You also need the environment to be selected to be able to generate the authorization token.
This is an example of `postman environment <../api-docs/postman/hello-world-service-for-devvre.postman_environment.json>`_ for devVRE (/gcube/devsec/devVRE).
The latter must be configured by inserting the value of your username and password used in the D4Science infrastructure.

View File

@ -11,8 +11,8 @@
<groupId>org.gcube.service</groupId> <groupId>org.gcube.service</groupId>
<artifactId>hello-world-service</artifactId> <artifactId>hello-world-service</artifactId>
<version>1.0.0-SNAPSHOT</version> <version>1.0.0-SNAPSHOT</version>
<name>Smartgears 4 HelloWorld Service</name> <name>Hello World Service</name>
<description>Smartgears 4 HelloWorld Service is used as reference project template for Smartgears 4 based services. DO NOT use tabs of new lines here otherwise it corrupts application.yaml file</description> <description>Hello World Service is used as reference project template for Smartgears 4 based services. DO NOT use tabs of new lines here otherwise it corrupts application.yaml file</description>
<packaging>war</packaging> <packaging>war</packaging>
<organization> <organization>