Giter Club home page Giter Club logo

spring-boot-primerfaces-sheduler's Introduction

Spring Boot Integration example

  • example code.
  • The Project builds under Oracle JDK17 General-Availability Release

Tags


Oracle 11
JPA/Hibernate
Postgres:latest under Docker
Spring-Boot 2.6.2
JSF2 Mojarra
PrimeFaces 11.0.0



Start Link.

common programm test (DB connect, Boot, JSF connection) is helpful on
refactoring and pom version changing

EMail:[email protected]


image1 image1 image1

All URIs are relative to http://localhost:18087

Method HTTP request Description
versionInformation GET /version/

versionInformation

String versionInformation()

Example Call Open API Service:

// Import classes:
import org.openapitools.client.ApiClient;
import org.openapitools.client.ApiException;
import org.openapitools.client.Configuration;
import org.openapitools.client.models.*;
import org.openapitools.client.api.VersionRestControllerApi;

public class Example {
  public static void main(String[] args) {
    ApiClient defaultClient = Configuration.getDefaultApiClient();
    defaultClient.setBasePath("http://localhost:18087");

    VersionRestControllerApi apiInstance = new VersionRestControllerApi(defaultClient);
    try {
      String result = apiInstance.versionInformation();
      System.out.println(result);
    } catch (ApiException e) {
      System.err.println("Exception when calling VersionRestControllerApi#versionInformation");
      System.err.println("Status code: " + e.getCode());
      System.err.println("Reason: " + e.getResponseBody());
      System.err.println("Response headers: " + e.getResponseHeaders());
      e.printStackTrace();
    }
  }
}

Parameters

This endpoint does not need any parameter.

Return type

String

Authorization

No authorization required

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

HTTP response details

Status code Description Response headers
200 OK -

spring-boot-primerfaces-sheduler's People

Contributors

senatov avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

nguyenquan2707

spring-boot-primerfaces-sheduler's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.