project structure + spring boot

This commit is contained in:
Filip Izydorczyk
2020-06-09 18:14:49 +02:00
commit 8c7d727e98
11 changed files with 375 additions and 0 deletions

View File

@ -0,0 +1,13 @@
package com.plannaplan;
/**
* Hello world!
*
*/
public class App
{
public static void main( String[] args )
{
System.out.println( "Hello World!" );
}
}