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

io.muenchendigital.digiwf.alw.integration.DigiwfAlwApplication Maven / Gradle / Ivy

There is a newer version: 0.0.4
Show newest version
/*
 * Copyright (c): it@M - Dienstleister für Informations- und Telekommunikationstechnik
 * der Landeshauptstadt München, 2020
 */
package io.muenchendigital.digiwf.alw.integration;

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

@SpringBootApplication
public class DigiwfAlwApplication {

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

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy