Package de.gematik.test.tiger.proxy
Class TigerProxyApplication
- java.lang.Object
-
- de.gematik.test.tiger.proxy.TigerProxyApplication
-
- All Implemented Interfaces:
EventListener,javax.servlet.ServletContextListener
@SpringBootApplication(scanBasePackageClasses={TigerBuildPropertiesService.class,TigerProxyApplication.class}) public class TigerProxyApplication extends Object implements javax.servlet.ServletContextListener
-
-
Constructor Summary
Constructors Constructor Description TigerProxyApplication(ApplicationConfiguration applicationConfiguration)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ApplicationConfigurationgetApplicationConfiguration()static voidmain(String[] args)com.fasterxml.jackson.databind.module.SimpleModulerbelElementDeserializer()RbelHtmlRendererrbelHtmlRenderer()
-
-
-
Constructor Detail
-
TigerProxyApplication
@ConstructorProperties("applicationConfiguration") public TigerProxyApplication(ApplicationConfiguration applicationConfiguration)
-
-
Method Detail
-
main
public static void main(String[] args)
-
rbelElementDeserializer
@Bean public com.fasterxml.jackson.databind.module.SimpleModule rbelElementDeserializer()
-
rbelHtmlRenderer
@Bean public RbelHtmlRenderer rbelHtmlRenderer()
-
getApplicationConfiguration
public ApplicationConfiguration getApplicationConfiguration()
-
-