jar

com.sdl.delivery : udp-service-container-core

Maven & Gradle

Jun 25, 2021

Service Container - Core · Container able to bootstrap one instance of Tomcat deploying a Spring Boot application which can utilize all configurations found annotated with Spring Boot annotations, hence combining all resources from those annotated configurations

Table Of Contents

Latest Version

Download com.sdl.delivery : udp-service-container-core JAR file - Latest Versions:

All Versions

Download com.sdl.delivery : udp-service-container-core JAR file - All Versions:

Version Vulnerabilities Size Updated
11.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window udp-service-container-core-11.0.0-1078.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.sdl.delivery.spring.configuration

├─ com.sdl.delivery.spring.configuration.AspectBeanConfiguration.class - [JAR]

├─ com.sdl.delivery.spring.configuration.CDWebSecurityConfig.class - [JAR]

├─ com.sdl.delivery.spring.configuration.DisableWebSecurityConfiguration.class - [JAR]

├─ com.sdl.delivery.spring.configuration.ServiceContainerConfiguration.class - [JAR]

├─ com.sdl.delivery.spring.configuration.TomcatConfiguration.class - [JAR]

├─ com.sdl.delivery.spring.configuration.TracingConfigComponent.class - [JAR]

├─ com.sdl.delivery.spring.configuration.TransparentHttpFirewall.class - [JAR]

com.sdl.delivery.service

├─ com.sdl.delivery.service.ApplicationPropertiesListener.class - [JAR]

├─ com.sdl.delivery.service.ParentLastClassLoader.class - [JAR]

├─ com.sdl.delivery.service.PluginInstaller.class - [JAR]

├─ com.sdl.delivery.service.ServiceContainer.class - [JAR]

├─ com.sdl.delivery.service.WinServiceContainer.class - [JAR]

com.sdl.delivery.service.extension

├─ com.sdl.delivery.service.extension.BasePluginFactory.class - [JAR]

├─ com.sdl.delivery.service.extension.DefaultPluginFactory.class - [JAR]

├─ com.sdl.delivery.service.extension.PluginLoaderImpl.class - [JAR]

├─ com.sdl.delivery.service.extension.SpringPluginFactory.class - [JAR]

com.sdl.delivery.controller

├─ com.sdl.delivery.controller.EchoController.class - [JAR]

com.sdl.delivery.service.util

├─ com.sdl.delivery.service.util.CryptoUtil.class - [JAR]

com.sdl.delivery.aspect

├─ com.sdl.delivery.aspect.AbstractGaugeAspect.class - [JAR]

├─ com.sdl.delivery.aspect.ServiceControllerAspect.class - [JAR]

Advertisement