Skip to content

Instantly share code, notes, and snippets.

@albert-hg
Last active August 11, 2020 03:35
Show Gist options
  • Save albert-hg/3204517accbca6a507fd915ac001291b to your computer and use it in GitHub Desktop.
Save albert-hg/3204517accbca6a507fd915ac001291b to your computer and use it in GitHub Desktop.
package com.albert.management;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class ManagementApplication {
public static void main( String[] args ) {
SpringApplication.run(ManagementApplication.class, args);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment