BAEL-4913 - Spring Native (#10942)

* BAEL-4913 - Spring Native

* BAEL-4913 - review commit
This commit is contained in:
Anshul Bansal
2021-06-28 18:42:50 +03:00
committed by GitHub
parent dbb923f57e
commit 2cf52853fa
4 changed files with 213 additions and 1 deletions
@@ -0,0 +1,9 @@
package com.baeldung.springnativeintro;
public class SpringNativeApp {
public static void main(String[] args) {
System.out.println("Hello, World! This is a Baledung Spring Native Application");
}
}