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

io.miragon.miranum.platform.deployment.server.DeploymentEmbeddedExample Maven / Gradle / Ivy

There is a newer version: 0.3.6
Show newest version
package io.miragon.miranum.platform.deployment.server;

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


@SpringBootApplication
public class DeploymentEmbeddedExample {

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy