All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.miragon.miranum.platform.deployment.service.DeploymentRestExample Maven / Gradle / Ivy

package io.miragon.miranum.platform.deployment.service;

import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;


@SpringBootApplication
public class DeploymentRestExample {

    public static void main(final String[] args) {
        SpringApplication.run(DeploymentRestExample.class, args);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy