
uk.co.mruoc.promo.SpringApplication Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of burger-promo Show documentation
Show all versions of burger-promo Show documentation
Burger promotion backend apis
The newest version!
package uk.co.mruoc.promo;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import static org.springframework.boot.SpringApplication.run;
@SpringBootApplication
public class SpringApplication {
public static void main(String[] args) {
run(SpringApplication.class, args);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy