BAEL-4913 - Spring Native (#10942)
* BAEL-4913 - Spring Native * BAEL-4913 - review commit
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user