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,20 @@
package com.plannaplan;
import static org.junit.Assert.assertTrue;
import org.junit.Test;
/**
* Unit test for simple App.
*/
public class AppTest
{
/**
* Rigorous Test :-)
*/
@Test
public void shouldAnswerWithTrue()
{
assertTrue( true );
}
}