Skip to content

Instantly share code, notes, and snippets.

@hoangnt-2197
Last active October 22, 2020 13:40
Show Gist options
  • Save hoangnt-2197/0f8412b0b4a461390222b49a2aa8fe30 to your computer and use it in GitHub Desktop.
Save hoangnt-2197/0f8412b0b4a461390222b49a2aa8fe30 to your computer and use it in GitHub Desktop.
package io.learnk8s.knote;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class KnoteJavaApplication {
public static void main(String[] args) {
SpringApplication.run(KnoteJavaApplication.class, args);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment