#Spring boot deployment fails

4 messages · Page 1 of 1 (latest)

buoyant irisBOT
#

Project ID: ee0dffea-b0e0-4a03-ba64-961ea06695a8

faint stag
#

ee0dffea-b0e0-4a03-ba64-961ea06695a8

faint stag
#

package de.hhn.se.labswp.bugaMap;

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

@SpringBootApplication
public class BugaMapSpringBootApplication {

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

}