Class NCPeHMockApplication

java.lang.Object
de.gematik.ncpeh.api.mock.NCPeHMockApplication

@SpringBootApplication public class NCPeHMockApplication extends Object
The main class of the Spring Boot application
  • Constructor Details

    • NCPeHMockApplication

      public NCPeHMockApplication()
  • Method Details

    • jsonProvider

      @Bean public com.fasterxml.jackson.jaxrs.json.JacksonJaxbJsonProvider jsonProvider()
      Create the JsonProvider as Bean, which is then used to serialize and deserialize the data, which are processed at the implemented API interface (NCPeHMockApiImpl).
      Returns:
      JacksonJaxbJsonProvider
    • loggingFeature

      @Bean public org.apache.cxf.ext.logging.LoggingFeature loggingFeature()
    • main

      public static void main(String[] args)