com.genexus.springboot.GxSpringBootRestService Maven / Gradle / Ivy
package com.genexus.springboot;
import com.genexus.GxRestService;
import json.org.json.JSONException;
import json.org.json.JSONObject;
import org.apache.logging.log4j.Logger;
import org.springframework.http.*;
import org.springframework.web.bind.annotation.*;
import org.springframework.http.converter.HttpMessageNotReadableException;
abstract public class GxSpringBootRestService extends GxRestService {
private static Logger log = org.apache.logging.log4j.LogManager.getLogger(GxSpringBootRestService.class);
@ExceptionHandler(Exception.class)
protected ResponseEntity
© 2015 - 2025 Weber Informatics LLC | Privacy Policy